Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py369 RE_VERSION = re.compile(br'(\d+\.\d+(\.\d+)*)') variable
385 result = RE_VERSION.search(out_string)