Let us walk on the 3-isogeny graph
|
Data Structures | |
class | PipProvider |
Functions | |
Union[D, V] | _get_with_identifier (Mapping[str, V] mapping, str identifier, D default) |
Variables | |
PreferenceInformation = RequirementInformation[Requirement, Candidate] | |
_ProviderBase = AbstractProvider[Requirement, Candidate, str] | |
D = TypeVar("D") | |
V = TypeVar("V") | |
Get item from a package name lookup mapping with a resolver identifier. This extra logic is needed when the target mapping is keyed by package name, which cannot be directly looked up with an identifier (which may contain requested extras). Additional logic is added to also look up a value by "cleaning up" the extras from the identifier.
Definition at line 53 of file provider.py.
References i.
Referenced by PipProvider.find_matches().
|
protected |
Definition at line 26 of file provider.py.
D = TypeVar("D") |
Definition at line 49 of file provider.py.
PreferenceInformation = RequirementInformation[Requirement, Candidate] |
Definition at line 24 of file provider.py.
V = TypeVar("V") |
Definition at line 50 of file provider.py.