libtmux Reference MCP Search
On this page

libtmux._vendor.version.VERSION_PATTERN

View as Markdown

Module
libtmux._vendor.version
Package
libtmux
Source
src/libtmux/_vendor/version.py
VERSION_PATTERN = _VERSION_PATTERN
constant [source]
constant [source]
VERSION_PATTERN

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.VERBOSE and re.IGNORECASE flags set.

:meta hide-value:

0 declared, 0 inherited

Esc

Type to search.