Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
pip._vendor.resolvelib.providers.AbstractResolver Class Reference
Inheritance diagram for pip._vendor.resolvelib.providers.AbstractResolver:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.resolvelib.providers.AbstractResolver:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, provider, reporter)
 
 resolve (self, requirements, **kwargs)
 

Public Attributes

 provider
 
 reporter
 

Static Public Attributes

 base_exception = Exception
 

Detailed Description

The thing that performs the actual resolution work.

Member Function Documentation

◆ resolve()

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.


The documentation for this class was generated from the following file: