Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py977 _variable_rx = re.compile(r'([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)') variable
1000 m = _variable_rx.match(line)