HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-39.pyc
a

?�f}�@sGdd�de�ZdS)c@sHeZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Z	dd�Z
dS)�BaseReporterzDDelegate class to provider progress reporting for the resolver.
    cCsdS)z6Called before the resolution actually starts.
        N�)�selfrr�D/usr/lib/python3.9/site-packages/pip/_vendor/resolvelib/reporters.py�startingszBaseReporter.startingcCsdS)zYCalled before each round of resolution starts.

        The index is zero-based.
        Nr)r�indexrrr�starting_round	szBaseReporter.starting_roundcCsdS)z�Called 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)rr�staterrr�ending_roundszBaseReporter.ending_roundcCsdS)z8Called before the resolution ends successfully.
        Nr)rrrrr�endingszBaseReporter.endingcCsdS)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)rZrequirement�parentrrr�adding_requirementszBaseReporter.adding_requirementcCsdS)z?Called when rejecting a candidate during backtracking.
        Nr�r�	candidaterrr�backtracking$szBaseReporter.backtrackingcCsdS)zBCalled when adding a candidate to the potential solution.
        Nrr
rrr�pinning(szBaseReporter.pinningN)�__name__�
__module__�__qualname__�__doc__rrr	r
rrrrrrrrs
rN)�objectrrrrr�<module>�