Home
last modified time | relevance | path

Searched refs:_leading_whitespace_re (Results 1 – 2 of 2) 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)
/external/python/cpython3/Lib/
Dtextwrap.py412 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE) variable
431 indents = _leading_whitespace_re.findall(text)