![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| __init__ (self, provider, reporter) | |
| resolve (self, requirements, **kwargs) | |
Public Attributes | |
| provider | |
| reporter | |
Static Public Attributes | |
| base_exception = Exception | |
The thing that performs the actual resolution work.
| pip._vendor.resolvelib.providers.AbstractResolver.resolve | ( | self, | |
| requirements, | |||
| ** | kwargs | ||
| ) |
Take a collection of constraints, spit out the resolution result. This returns a representation of the final resolution state, with one guarenteed attribute ``mapping`` that contains resolved candidates as values. The keys are their respective identifiers. :param requirements: A collection of constraints. :param kwargs: Additional keyword arguments that subclasses may accept. :raises: ``self.base_exception`` or its subclass.
Reimplemented in pip._vendor.resolvelib.resolvers.Resolver.