Home
last modified time | relevance | path

Searched defs:_findvar1_rx (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dsysconfig.py282 _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") variable
/external/python/cpython3/Lib/distutils/
Dsysconfig.py292 _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") variable