Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dsysconfig.py283 _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}") variable
326 m = _findvar1_rx.search(value) or _findvar2_rx.search(value)
384 m = _findvar1_rx.search(s) or _findvar2_rx.search(s)
/external/python/cpython2/Lib/
Dsysconfig.py202 _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}")
237 m = _findvar1_rx.search(value) or _findvar2_rx.search(value)