◆ __init__()
◆ __eq__()
def __eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __hash__()
◆ __ne__()
def __ne__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __repr__()
◆ __str__()
◆ exact_version()
def exact_version |
( |
|
self | ) |
|
◆ match()
def 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.
◆ parse_requirement()
def parse_requirement |
( |
|
self, |
|
|
|
s |
|
) |
| |
◆ key
◆ name
◆ version_class
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/pip/_vendor/distlib/version.py