OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | project_name (self) |
def | name (self) |
def | version (self) |
def | is_installed (self) |
def | is_editable (self) |
def | source_link (self) |
def | iter_dependencies (self, with_requires) |
def | get_install_requirement (self) |
def | format_for_error (self) |
def format_for_error | ( | self | ) |
Reimplemented in RequiresPythonCandidate, ExtrasCandidate, AlreadyInstalledCandidate, and _InstallRequirementBackedCandidate.
def get_install_requirement | ( | self | ) |
Reimplemented in RequiresPythonCandidate, ExtrasCandidate, AlreadyInstalledCandidate, and _InstallRequirementBackedCandidate.
def is_editable | ( | self | ) |
Reimplemented in ExtrasCandidate, and AlreadyInstalledCandidate.
def is_installed | ( | self | ) |
Reimplemented in ExtrasCandidate.
def iter_dependencies | ( | self, | |
with_requires | |||
) |
Reimplemented in RequiresPythonCandidate, ExtrasCandidate, AlreadyInstalledCandidate, and _InstallRequirementBackedCandidate.
def name | ( | self | ) |
The name identifying this candidate in the resolver. This is different from ``project_name`` if this candidate contains extras, where ``project_name`` would not contain the ``[...]`` part.
Reimplemented in RequiresPythonCandidate, ExtrasCandidate, AlreadyInstalledCandidate, and _InstallRequirementBackedCandidate.
def project_name | ( | self | ) |
The "project name" of the candidate. This is different from ``name`` if this candidate contains extras, in which case ``name`` would contain the ``[...]`` part, while this refers to the name of the project.
Reimplemented in RequiresPythonCandidate, ExtrasCandidate, AlreadyInstalledCandidate, and _InstallRequirementBackedCandidate.
def source_link | ( | self | ) |
Reimplemented in ExtrasCandidate, and _InstallRequirementBackedCandidate.
def version | ( | self | ) |
Reimplemented in RequiresPythonCandidate, ExtrasCandidate, AlreadyInstalledCandidate, and _InstallRequirementBackedCandidate.