Let us walk on the 3-isogeny graph
|
Data Structures | |
class | _InstallRequirementBackedCandidate |
class | AlreadyInstalledCandidate |
class | EditableCandidate |
class | ExtrasCandidate |
class | LinkCandidate |
class | RequiresPythonCandidate |
Functions | |
Optional[BaseCandidate] | as_base_candidate (Candidate candidate) |
InstallRequirement | make_install_req_from_link (Link link, InstallRequirement template) |
InstallRequirement | make_install_req_from_editable (Link link, InstallRequirement template) |
InstallRequirement | _make_install_req_from_dist (BaseDistribution dist, InstallRequirement template) |
Variables | |
logger = logging.getLogger(__name__) | |
BaseCandidate | |
REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "<Python from Requires-Python>") | |
|
protected |
Definition at line 98 of file candidates.py.
References i.
Optional[BaseCandidate] as_base_candidate | ( | Candidate | candidate | ) |
The runtime version of BaseCandidate.
Definition at line 41 of file candidates.py.
References i.
InstallRequirement make_install_req_from_editable | ( | Link | link, |
InstallRequirement | template | ||
) |
Definition at line 78 of file candidates.py.
References i.
Referenced by EditableCandidate.__init__().
InstallRequirement make_install_req_from_link | ( | Link | link, |
InstallRequirement | template | ||
) |
Definition at line 53 of file candidates.py.
References i.
Referenced by LinkCandidate.__init__().
BaseCandidate |
Definition at line 31 of file candidates.py.
logger = logging.getLogger(__name__) |
Definition at line 29 of file candidates.py.
Definition at line 38 of file candidates.py.