![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| 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 | |
| name | |
| key | |
Static Public Attributes | |
| version_class = None | |
Protected Member Functions | |
| _check_compatible (self, other) | |
Protected Attributes | |
| _string | |
| _parts | |
Static Protected Attributes | |
| dict | _operators |
| pip._vendor.distlib.version.Matcher.match | ( | self, | |
| version | |||
| ) |
Check if the provided version matches the constraints. :param version: The version to match against this instance. :type version: String or :class:`Version` instance.
|
staticprotected |