Home
last modified time | relevance | path

Searched refs:VERSION_PEP440 (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/_vendor/packaging/
Drequirements.py47 VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE) variable
50 VERSION_ONE = VERSION_PEP440 ^ VERSION_LEGACY
/external/python/setuptools/pkg_resources/_vendor/packaging/
Drequirements.py47 VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE) variable
50 VERSION_ONE = VERSION_PEP440 ^ VERSION_LEGACY