On this page
libtmux._vendor.version.Version.__init__
- Module
- libtmux._vendor.version
- Declared in
- Version
- Package
- libtmux
- Source
- src/libtmux/_vendor/version.py
-
Initialize a Version object.
- Parameters
-
-
version ( str ) – The string representation of a version which will be parsed and normalized before use.
-
- Raises
-
-
InvalidVersion – If the
versiondoes not conform to PEP 440 in any way then this exception will be raised.
-
0 declared, 0 inherited