module documentation

Undocumented

Constant SYS_VERS_STR Undocumented
Constant TITLE_UNDERLINES Undocumented
Constant _EXPECTED_RE Undocumented
Constant _MESSAGE Undocumented
Constant _OPERATORS Undocumented
SYS_VERS_STR = (source)

Undocumented

Value
'%d%d%d'%sys.version_info[:3]
TITLE_UNDERLINES: list[str] = (source)

Undocumented

Value
['', '=', '-', '.']
_EXPECTED_RE = (source)

Undocumented

Value
re.compile('\\s*#\\s*(?:(?P<line>[+-]?[0-9]+):)?(?:(?P<op>[><=]+) *(?P<version>[
0-9.]+):)?\\s*\\[(?P<msgs>%(msg)s(?:,\\s*%(msg)s)*)]'%_MESSAGE)
_MESSAGE: dict[str, str] = (source)

Undocumented

Value
{'msg': '[a-z][a-z\\-]+'}
_OPERATORS = (source)

Undocumented

Value
{'>': operator.gt, '<': operator.lt, '>=': operator.ge, '<=': operator.le}