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