![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|

Public Member Functions | |
| NormalizedName | project_name (self) |
| str | name (self) |
| CandidateVersion | version (self) |
| bool | is_installed (self) |
| bool | is_editable (self) |
| Optional[Link] | source_link (self) |
| Iterable[Optional[Requirement]] | iter_dependencies (self, bool with_requires) |
| Optional[InstallRequirement] | get_install_requirement (self) |
| str | format_for_error (self) |
| str pip._internal.resolution.resolvelib.base.Candidate.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 pip._internal.resolution.resolvelib.candidates._InstallRequirementBackedCandidate, pip._internal.resolution.resolvelib.candidates.AlreadyInstalledCandidate, pip._internal.resolution.resolvelib.candidates.ExtrasCandidate, and pip._internal.resolution.resolvelib.candidates.RequiresPythonCandidate.
| NormalizedName pip._internal.resolution.resolvelib.base.Candidate.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 pip._internal.resolution.resolvelib.candidates._InstallRequirementBackedCandidate, pip._internal.resolution.resolvelib.candidates.AlreadyInstalledCandidate, pip._internal.resolution.resolvelib.candidates.ExtrasCandidate, and pip._internal.resolution.resolvelib.candidates.RequiresPythonCandidate.