Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dsysconfig.py38 _findvar2_rx,
123 m = re.search(_findvar1_rx, value) or re.search(_findvar2_rx, value)
/third_party/python/Lib/
Dsysconfig.py137 _findvar2_rx = r"\${([A-Za-z][A-Za-z0-9_]*)}" variable
316 m2 = re.search(_findvar2_rx, value)
772 m = re.search(_findvar1_rx, s) or re.search(_findvar2_rx, s)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1723 _findvar2_rx = r"\${([A-Za-z][A-Za-z0-9_]*)}"