Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._internal.req.req_set.RequirementSet Class Reference

Public Member Functions

None __init__ (self, bool check_supported_wheels=True)
 
str __str__ (self)
 
str __repr__ (self)
 
None add_unnamed_requirement (self, InstallRequirement install_req)
 
None add_named_requirement (self, InstallRequirement install_req)
 
bool has_requirement (self, str name)
 
InstallRequirement get_requirement (self, str name)
 
List[InstallRequirementall_requirements (self)
 
List[InstallRequirementrequirements_to_install (self)
 
None warn_legacy_versions_and_specifiers (self)
 

Public Attributes

 check_supported_wheels
 

Constructor & Destructor Documentation

◆ __init__()

None pip._internal.req.req_set.RequirementSet.__init__ (   self,
bool   check_supported_wheels = True 
)
Create a RequirementSet.

Member Function Documentation

◆ requirements_to_install()

List[InstallRequirement] pip._internal.req.req_set.RequirementSet.requirements_to_install (   self)
Return the list of requirements that need to be installed.

TODO remove this property together with the legacy resolver, since the new
     resolver only returns requirements that need to be installed.

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