|
|
| version_class = LegacyVersion |
| |
|
| numeric_re = re.compile(r'^(\d+(\.\d+)*)') |
| |
|
| version_class = None |
| |
|
|
| _match_compatible (self, version, constraint, prefix) |
| |
|
| _check_compatible (self, other) |
| |
|
|
| _operators = dict(Matcher._operators) |
| |
| dict | _operators |
| |
|
|
| 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) |
| |
|
| name |
| |
|
| key |
| |
|
| _string |
| |
|
| _parts |
| |
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py