o 7]h/@sGdddeZdS)c@sPeZdZdZddZddZddZdd Zd d Zd d Z ddZ ddZ dS) BaseReporterz?Delegate class to provider progress reporting for the resolver.cCdS)z-Called before the resolution actually starts.N)selfrrB/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/reporters.pystartingzBaseReporter.startingcCr)zYCalled before each round of resolution starts. The index is zero-based. Nr)rindexrrrstarting_roundrzBaseReporter.starting_roundcCr)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)rrstaterrr ending_round rzBaseReporter.ending_roundcCr)z/Called before the resolution ends successfully.Nr)rr rrrendingrzBaseReporter.endingcCr)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 requirementparentrrradding_requirementrzBaseReporter.adding_requirementcCr)zCalled when starting to attempt requirement conflict resolution. :param causes: The information on the collision that caused the backtracking. Nr)rcausesrrrresolving_conflicts!rz BaseReporter.resolving_conflictscCr)z6Called when rejecting a candidate during backtracking.Nrr candidaterrr backtracking'rzBaseReporter.backtrackingcCr)z9Called when adding a candidate to the potential solution.Nrrrrrpinning*rzBaseReporter.pinningN) __name__ __module__ __qualname____doc__rr r r rrrrrrrrrs  rN)objectrrrrrs