Searched refs:_leading_whitespace_re (Results 1 – 1 of 1) sorted by relevance
372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable391 indents = _leading_whitespace_re.findall(text)