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

Public Member Functions

None __init__ (self, BaseDistribution dist, InstallRequirement template, "Factory" factory)
 
str __str__ (self)
 
str __repr__ (self)
 
int __hash__ (self)
 
bool __eq__ (self, Any other)
 
NormalizedName project_name (self)
 
str name (self)
 
CandidateVersion version (self)
 
bool is_editable (self)
 
str format_for_error (self)
 
Iterable[Optional[Requirement]] iter_dependencies (self, bool with_requires)
 
Optional[InstallRequirementget_install_requirement (self)
 
- Public Member Functions inherited from pip._internal.resolution.resolvelib.base.Candidate
bool is_installed (self)
 
Optional[Linksource_link (self)
 

Public Attributes

 dist
 
 name
 
 version
 

Static Public Attributes

bool is_installed = True
 
 source_link = None
 

Protected Attributes

 _ireq
 
 _factory
 
 _version
 

Member Function Documentation

◆ format_for_error()

str pip._internal.resolution.resolvelib.candidates.AlreadyInstalledCandidate.format_for_error (   self)

◆ get_install_requirement()

Optional[InstallRequirement] pip._internal.resolution.resolvelib.candidates.AlreadyInstalledCandidate.get_install_requirement (   self)

◆ is_editable()

bool pip._internal.resolution.resolvelib.candidates.AlreadyInstalledCandidate.is_editable (   self)

◆ iter_dependencies()

Iterable[Optional[Requirement]] pip._internal.resolution.resolvelib.candidates.AlreadyInstalledCandidate.iter_dependencies (   self,
bool  with_requires 
)

◆ name()

str pip._internal.resolution.resolvelib.candidates.AlreadyInstalledCandidate.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 from pip._internal.resolution.resolvelib.base.Candidate.

◆ project_name()

NormalizedName pip._internal.resolution.resolvelib.candidates.AlreadyInstalledCandidate.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 from pip._internal.resolution.resolvelib.base.Candidate.

◆ version()

CandidateVersion pip._internal.resolution.resolvelib.candidates.AlreadyInstalledCandidate.version (   self)

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