Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dextension.py141 parse_makefile, expand_makefile_vars, _variable_rx
160 if _variable_rx.match(line): # VAR=VALUE, handled in first pass
Dsysconfig.py281 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") variable
304 m = _variable_rx.match(line)
/external/python/cpython2/Lib/
Dsysconfig.py200 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
215 m = _variable_rx.match(line)