◆ format_for_error()
| str pip._internal.resolution.resolvelib.requirements.ExplicitRequirement.format_for_error |
( |
|
self | ) |
|
◆ get_candidate_lookup()
| CandidateLookup pip._internal.resolution.resolvelib.requirements.ExplicitRequirement.get_candidate_lookup |
( |
|
self | ) |
|
◆ is_satisfied_by()
| bool pip._internal.resolution.resolvelib.requirements.ExplicitRequirement.is_satisfied_by |
( |
|
self, |
|
|
Candidate |
candidate |
|
) |
| |
◆ name()
| str pip._internal.resolution.resolvelib.requirements.ExplicitRequirement.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 pip._internal.resolution.resolvelib.base.Requirement.
◆ project_name()
| NormalizedName pip._internal.resolution.resolvelib.requirements.ExplicitRequirement.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 pip._internal.resolution.resolvelib.base.Requirement.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py