◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
py_version_info |
|
) |
| |
◆ __str__()
◆ format_for_error()
def format_for_error |
( |
|
self | ) |
|
◆ get_install_requirement()
def get_install_requirement |
( |
|
self | ) |
|
◆ iter_dependencies()
def iter_dependencies |
( |
|
self, |
|
|
|
with_requires |
|
) |
| |
◆ name()
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 from Candidate.
◆ project_name()
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 from Candidate.
◆ version()
◆ is_installed
◆ source_link
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/candidates.py