Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtextwrap.py372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
391 indents = _leading_whitespace_re.findall(text)