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

Public Member Functions

None __init__ (self, InstallRequirement ireq)
 
- Public Member Functions inherited from pip._internal.resolution.resolvelib.requirements.SpecifierRequirement
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)
 

Protected Attributes

 _ireq
 
 _extras
 
- Protected Attributes inherited from pip._internal.resolution.resolvelib.requirements.SpecifierRequirement
 _ireq
 
 _extras
 

Additional Inherited Members

- Public Attributes inherited from pip._internal.resolution.resolvelib.requirements.SpecifierRequirement
 project_name
 

Detailed Description

Requirement backed by an install requirement on a base package.
Trims extras from its install requirement if there are any.

Constructor & Destructor Documentation

◆ __init__()

None pip._internal.resolution.resolvelib.requirements.SpecifierWithoutExtrasRequirement.__init__ (   self,
InstallRequirement  ireq 
)

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