HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //usr/lib/python3.9/site-packages/resolvelib/__pycache__/reporters.cpython-39.pyc
a

J{�_T�@sGdd�de�ZdS)c@sHeZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Z	dd�Z
dS)�BaseReporterz?Delegate class to provider progress reporting for the resolver.cCsdS)z-Called before the resolution actually starts.N�)�selfrr�8/usr/lib/python3.9/site-packages/resolvelib/reporters.py�startingszBaseReporter.startingcCsdS)zYCalled before each round of resolution starts.

        The index is zero-based.
        Nr)r�indexrrr�starting_roundszBaseReporter.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_round
szBaseReporter.ending_roundcCsdS)z/Called 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)z6Called when rejecting a candidate during backtracking.Nr�r�	candidaterrr�backtracking!szBaseReporter.backtrackingcCsdS)z9Called when adding a candidate to the potential solution.Nrr
rrr�pinning$szBaseReporter.pinningN)�__name__�
__module__�__qualname__�__doc__rrr	r
rrrrrrrrs
rN)�objectrrrrr�<module>�