Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dplatform.py442 _ver_output = re.compile(r'(?:([\w ]+) ([\w.]+) ' variable
491 m = _ver_output.match(info)
/external/python/cpython2/Lib/
Dplatform.py501 _ver_output = re.compile(r'(?:([\w ]+) ([\w.]+) ' variable
553 m = _ver_output.match(info)