3 Re}@sGdddeZdS)c@sHeZdZdZddZddZddZdd Zd d Zd d Z ddZ dS) BaseReporterzDDelegate class to provider progress reporting for the resolver. cCsdS)z6Called before the resolution actually starts. N)selfrr/builddir/build/BUILDROOT/alt-python36-pip-20.2.4-5.el9.x86_64/opt/alt/python36/lib/python3.6/site-packages/pip/_vendor/resolvelib/reporters.pystartingszBaseReporter.startingcCsdS)zYCalled before each round of resolution starts. The index is zero-based. Nr)rindexrrrstarting_round szBaseReporter.starting_roundcCsdS)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_roundszBaseReporter.ending_roundcCsdS)z8Called before the resolution ends successfully. Nr)rrrrrendingszBaseReporter.endingcCsdS)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_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. Nr)rrrrrpinning(szBaseReporter.pinningN) __name__ __module__ __qualname____doc__rrr r r rrrrrrrs rN)objectrrrrrs