Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtextwrap.py371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
390 text = _whitespace_only_re.sub('', text)