◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
ireq |
|
) |
| |
◆ __repr__()
◆ __str__()
◆ format_for_error()
def format_for_error |
( |
|
self | ) |
|
◆ get_candidate_lookup()
def get_candidate_lookup |
( |
|
self | ) |
|
◆ is_satisfied_by()
def is_satisfied_by |
( |
|
self, |
|
|
|
candidate |
|
) |
| |
◆ name()
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.
◆ project_name()
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.
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/requirements.py