Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dsysconfig.py281 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") variable
/external/python/cpython3/Lib/distutils/
Dsysconfig.py281 _variable_rx = re.compile(r"([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") variable