Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | Static Protected Attributes | List of all members
pip._vendor.distlib.version.NormalizedMatcher Class Reference
Inheritance diagram for pip._vendor.distlib.version.NormalizedMatcher:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.distlib.version.NormalizedMatcher:
Collaboration graph
[legend]

Static Public Attributes

 version_class = NormalizedVersion
 
- Static Public Attributes inherited from pip._vendor.distlib.version.Matcher
 version_class = None
 

Protected Member Functions

 _adjust_local (self, version, constraint, prefix)
 
 _match_lt (self, version, constraint, prefix)
 
 _match_gt (self, version, constraint, prefix)
 
 _match_le (self, version, constraint, prefix)
 
 _match_ge (self, version, constraint, prefix)
 
 _match_eq (self, version, constraint, prefix)
 
 _match_arbitrary (self, version, constraint, prefix)
 
 _match_ne (self, version, constraint, prefix)
 
 _match_compatible (self, version, constraint, prefix)
 
- Protected Member Functions inherited from pip._vendor.distlib.version.Matcher
 _check_compatible (self, other)
 

Static Protected Attributes

dict _operators
 
- Static Protected Attributes inherited from pip._vendor.distlib.version.Matcher
dict _operators
 

Additional Inherited Members

- Public Member Functions inherited from pip._vendor.distlib.version.Matcher
 parse_requirement (self, s)
 
 __init__ (self, s)
 
 match (self, version)
 
 exact_version (self)
 
 __eq__ (self, other)
 
 __ne__ (self, other)
 
 __hash__ (self)
 
 __repr__ (self)
 
 __str__ (self)
 
- Public Attributes inherited from pip._vendor.distlib.version.Matcher
 name
 
 key
 
- Protected Attributes inherited from pip._vendor.distlib.version.Matcher
 _string
 
 _parts
 

Member Data Documentation

◆ _operators

dict pip._vendor.distlib.version.NormalizedMatcher._operators
staticprotected
Initial value:
= {
'~=': '_match_compatible',
'<': '_match_lt',
'>': '_match_gt',
'<=': '_match_le',
'>=': '_match_ge',
'==': '_match_eq',
'===': '_match_arbitrary',
'!=': '_match_ne',
}

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