OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | _InstallRequirementBackedCandidate |
class | AlreadyInstalledCandidate |
class | EditableCandidate |
class | ExtrasCandidate |
class | LinkCandidate |
class | RequiresPythonCandidate |
Functions | |
Optional[BaseCandidate] | as_base_candidate (Candidate candidate) |
def | make_install_req_from_link (link, template) |
def | make_install_req_from_editable (link, template) |
def | make_install_req_from_dist (dist, template) |
Variables | |
logger | |
BaseCandidate | |
Optional[BaseCandidate] pip._internal.resolution.resolvelib.candidates.as_base_candidate | ( | Candidate | candidate | ) |
The runtime version of BaseCandidate.
def pip._internal.resolution.resolvelib.candidates.make_install_req_from_dist | ( | dist, | |
template | |||
) |
def pip._internal.resolution.resolvelib.candidates.make_install_req_from_editable | ( | link, | |
template | |||
) |
def pip._internal.resolution.resolvelib.candidates.make_install_req_from_link | ( | link, | |
template | |||
) |
BaseCandidate |
logger |