Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pip._internal.resolution.resolvelib.base.Candidate Class Reference
Inheritance diagram for pip._internal.resolution.resolvelib.base.Candidate:
Inheritance graph
[legend]

Public Member Functions

NormalizedName project_name (self)
 
str name (self)
 
CandidateVersion version (self)
 
bool is_installed (self)
 
bool is_editable (self)
 
Optional[Linksource_link (self)
 
Iterable[Optional[Requirement]] iter_dependencies (self, bool with_requires)
 
Optional[InstallRequirementget_install_requirement (self)
 
str format_for_error (self)
 

Member Function Documentation

◆ name()

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.

◆ project_name()

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.


The documentation for this class was generated from the following file: