hA"GddeZdS)cBeZdZdZdZdZdZdZdZdZ dZ d Z d S) BaseReporterz?Delegate class to provider progress reporting for the resolver.cdS)z-Called before the resolution actually starts.N)selfs /builddir/build/BUILD/imunify360-venv-2.5.2/opt/imunify360/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.pystartingzBaseReporter.startingcdS)zYCalled before each round of resolution starts. The index is zero-based. Nr)rindexs rstarting_roundzBaseReporter.starting_roundr r cdS)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)rr states r ending_roundzBaseReporter.ending_round r r cdS)z/Called before the resolution ends successfully.Nr)rrs rendingzBaseReporter.endingr r cdS)aCalled 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 requirementparents radding_requirementzBaseReporter.adding_requirementr r cdS)zCalled when starting to attempt requirement conflict resolution. :param causes: The information on the collision that caused the backtracking. Nr)rcausess rresolving_conflictsz BaseReporter.resolving_conflicts!r r cdS)z6Called when rejecting a candidate during backtracking.Nr)r criterion candidates rrejecting_candidatez BaseReporter.rejecting_candidate'r r cdS)z9Called when adding a candidate to the potential solution.Nr)rrs rpinningzBaseReporter.pinning*r r N) __name__ __module__ __qualname____doc__rr rrrrrrrr rrrsII<<<      >>>      EEEHHHHHr rN)objectrrr rr%sC*H*H*H*H*H6*H*H*H*H*Hr