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