On this page
libtmux._vendor.version.VERSION_PATTERN
- Module
- libtmux._vendor.version
- Package
- libtmux
- Source
- src/libtmux/_vendor/version.py
-
A string containing the regular expression used to match a valid version.
The pattern is not anchored at either end, and is intended for embedding in larger expressions (for example, matching a version number as part of a file name). The regular expression should be compiled with the
re.VERBOSEandre.IGNORECASEflags set.:meta hide-value:
0 declared, 0 inherited