|
|
| _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) |
| |
|
| _check_compatible (self, other) |
| |
|
|
| 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 |
| |
◆ _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:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py