Searched refs:_variable_rx (Results 1 – 1 of 1) sorted by relevance
977 _variable_rx = re.compile(r'([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)') variable1000 m = _variable_rx.match(line)