+
    i                        ^ RI Ht ^ RIHtHtHt ^RIHtHtH	t	H
t
Ht ]'       d   ^RIHt  ! R R]]	]]3,          4      tR# )    )annotations)TYPE_CHECKING
CollectionGeneric)CTKTRTRequirementInformationState)	Criterionc                  z    ] tR t^tRtR R ltR R ltR R ltR R	 ltR
 R lt	R R lt
R R ltR R ltRtR# )BaseReporterz>Delegate class to provide progress reporting for the resolver.c                   V ^8  d   QhRR/# )   returnNone )formats   "g/home/wkmabra/.openclaw/workspace/venv/lib/python3.14/site-packages/pip/_vendor/resolvelib/reporters.py__annotate__BaseReporter.__annotate__   s     < <$ <    c                    R# )z-Called before the resolution actually starts.Nr   )selfs   &r   startingBaseReporter.starting       r   c                    V ^8  d   QhRRRR/# )r   indexintr   r   r   )r   s   "r   r   r      s      C D r   c                    R# )zICalled before each round of resolution starts.

The index is zero-based.
Nr   )r   r   s   &&r   starting_roundBaseReporter.starting_round   r   r   c               $    V ^8  d   QhRRRRRR/# )r   r   r    stateState[RT, CT, KT]r   r   r   )r   s   "r   r   r      s"      # .? D r   c                    R# )zCalled before each round of resolution ends.

This is NOT called if the resolution ends at this round. Use `ending`
if you want to report finalization. The index is zero-based.
Nr   )r   r   r%   s   &&&r   ending_roundBaseReporter.ending_round   r   r   c                    V ^8  d   QhRRRR/# )r   r%   r&   r   r   r   )r   s   "r   r   r      s     > >- >$ >r   c                    R# )z/Called before the resolution ends successfully.Nr   )r   r%   s   &&r   endingBaseReporter.ending   r   r   c               $    V ^8  d   QhRRRRRR/# )r   requirementr	   parentz	CT | Noner   r   r   )r   s   "r   r   r   !   s!      b )  r   c                    R# )a]  Called when adding a new requirement into the resolve criteria.

:param requirement: The additional requirement to be applied to filter
    the available candidaites.
:param parent: The candidate that requires ``requirement`` as a
    dependency, or None if ``requirement`` is one of the root
    requirements passed in from ``Resolver.resolve()``.
Nr   )r   r/   r0   s   &&&r   adding_requirementBaseReporter.adding_requirement!   r   r   c                    V ^8  d   QhRRRR/# )r   causesz*Collection[RequirementInformation[RT, CT]]r   r   r   )r   s   "r   r   r   +   s      @	r   c                    R# )zCalled when starting to attempt requirement conflict resolution.

:param causes: The information on the collision that caused the backtracking.
Nr   )r   r5   s   &&r   resolving_conflicts BaseReporter.resolving_conflicts+   r   r   c               $    V ^8  d   QhRRRRRR/# )r   	criterionzCriterion[RT, CT]	candidater   r   r   r   )r   s   "r   r   r   3   s(     E E-> E2 ERV Er   c                    R# )z6Called when rejecting a candidate during backtracking.Nr   )r   r:   r;   s   &&&r   rejecting_candidate BaseReporter.rejecting_candidate3   r   r   c                    V ^8  d   QhRRRR/# )r   r;   r   r   r   r   )r   s   "r   r   r   6   s     H H H Hr   c                    R# )z9Called when adding a candidate to the potential solution.Nr   )r   r;   s   &&r   pinningBaseReporter.pinning6   r   r   r   N)__name__
__module____qualname____firstlineno____doc__r   r"   r(   r,   r2   r7   r=   rA   __static_attributes__r   r   r   r   r      s5    H<>EH Hr   r   N)
__future__r   typingr   r   r   structsr   r   r	   r
   r   	resolversr   r   r   r   r   <module>rM      s3    " 5 5 > >$,H72r2:& ,Hr   