Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dtextwrap.py416 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
435 text = _whitespace_only_re.sub('', text)

Completed in 1 milliseconds