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

Public Member Functions

None __init__ (self, str requirement_string)
 
str __str__ (self)
 
str __repr__ (self)
 

Public Attributes

 url
 
 specifier
 

Detailed Description

Parse a requirement.

Parse a given requirement string into its parts, such as name, specifier,
URL, and extras. Raises InvalidRequirement on a badly-formed requirement
string.

Constructor & Destructor Documentation

◆ __init__()

None pip._vendor.packaging.requirements.Requirement.__init__ (   self,
str  requirement_string 
)

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