Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dsysconfig.py37 _findvar1_rx,
123 m = re.search(_findvar1_rx, value) or re.search(_findvar2_rx, value)
/third_party/python/Lib/
Dsysconfig.py136 _findvar1_rx = r"\$\(([A-Za-z][A-Za-z0-9_]*)\)" variable
315 m1 = re.search(_findvar1_rx, value)
772 m = re.search(_findvar1_rx, s) or re.search(_findvar2_rx, s)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1722 _findvar1_rx = r"\$\(([A-Za-z][A-Za-z0-9_]*)\)"