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

Public Member Functions

None __init__ (self, Candidate candidate)
 
str __str__ (self)
 
str __repr__ (self)
 
NormalizedName project_name (self)
 
str name (self)
 
str format_for_error (self)
 
CandidateLookup get_candidate_lookup (self)
 
bool is_satisfied_by (self, Candidate candidate)
 

Public Attributes

 candidate
 

Member Function Documentation

◆ 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: