
    wOgA                     "     G d  de           ZdS )c                   B    e Zd ZdZd Zd Zd Zd Zd Zd Z	d Z
d	 Zd
S )BaseReporterz?Delegate class to provider progress reporting for the resolver.c                     dS )z-Called before the resolution actually starts.N )selfs    Z/var/www/AppWebDeiv/myenv/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.pystartingzBaseReporter.starting             c                     dS )zYCalled before each round of resolution starts.

        The index is zero-based.
        Nr   )r   indexs     r   starting_roundzBaseReporter.starting_round   r	   r
   c                     dS )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   states      r   ending_roundzBaseReporter.ending_round   r	   r
   c                     dS )z/Called before the resolution ends successfully.Nr   )r   r   s     r   endingzBaseReporter.ending   r	   r
   c                     dS )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   requirementparents      r   adding_requirementzBaseReporter.adding_requirement   r	   r
   c                     dS )zCalled when starting to attempt requirement conflict resolution.

        :param causes: The information on the collision that caused the backtracking.
        Nr   )r   causess     r   resolving_conflictsz BaseReporter.resolving_conflicts!   r	   r
   c                     dS )z6Called when rejecting a candidate during backtracking.Nr   )r   	criterion	candidates      r   rejecting_candidatez BaseReporter.rejecting_candidate'   r	   r
   c                     dS )z9Called when adding a candidate to the potential solution.Nr   )r   r   s     r   pinningzBaseReporter.pinning*   r	   r
   N)__name__
__module____qualname____doc__r   r   r   r   r   r   r   r   r   r
   r   r   r      s        II< < <    > > >    E E EH H H H Hr
   r   N)objectr   r   r
   r   <module>r%      sC   *H *H *H *H *H6 *H *H *H *H *Hr
   