Home
last modified time | relevance | path

Searched refs:_leading_whitespace_re (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dtextwrap.py420 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
439 indents = _leading_whitespace_re.findall(text)