OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, specifier, match) |
def | __str__ (self) |
def | __repr__ (self) |
def | project_name (self) |
def | name (self) |
def | format_for_error (self) |
def | get_candidate_lookup (self) |
def | is_satisfied_by (self, candidate) |
Data Fields | |
specifier | |
A requirement representing Requires-Python metadata.
def __init__ | ( | self, | |
specifier, | |||
match | |||
) |
def __repr__ | ( | self | ) |
def __str__ | ( | self | ) |
def format_for_error | ( | self | ) |
Reimplemented from Requirement.
def get_candidate_lookup | ( | self | ) |
Reimplemented from Requirement.
def is_satisfied_by | ( | self, | |
candidate | |||
) |
Reimplemented from Requirement.
def name | ( | self | ) |
The name identifying this requirement in the resolver. This is different from ``project_name`` if this requirement contains extras, where ``project_name`` would not contain the ``[...]`` part.
Reimplemented from Requirement.
def project_name | ( | self | ) |
The "project name" of a requirement. This is different from ``name`` if this requirement contains extras, in which case ``name`` would contain the ``[...]`` part, while this refers to the name of the project.
Reimplemented from Requirement.
specifier |