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

Public Member Functions

None __init__ (self, str name, str version, Link link)
 
str __repr__ (self)
 
str __str__ (self)
 
- Public Member Functions inherited from pip._internal.utils.models.KeyBasedCompareMixin
int __hash__ (self)
 
bool __lt__ (self, Any other)
 
bool __le__ (self, Any other)
 
bool __gt__ (self, Any other)
 
bool __ge__ (self, Any other)
 
bool __eq__ (self, Any other)
 

Public Attributes

 name
 
 version
 
 link
 

Additional Inherited Members

- Protected Member Functions inherited from pip._internal.utils.models.KeyBasedCompareMixin
bool _compare (self, Any other, Callable[[Any, Any], bool] method)
 
- Protected Attributes inherited from pip._internal.utils.models.KeyBasedCompareMixin
 _compare_key
 
 _defining_class
 

Detailed Description

Represents a potential "candidate" for installation.

Constructor & Destructor Documentation

◆ __init__()

None pip._internal.models.candidate.InstallationCandidate.__init__ (   self,
str  name,
str  version,
Link  link 
)

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