Searched refs:_INDENTATION_RE (Results 1 – 2 of 2) sorted by relevance
13 _INDENTATION_RE = re.compile(r'^( *)') variable98 indent_match = _INDENTATION_RE.match(line)
24 _INDENTATION_RE = re.compile(r'^( *)') variable