Home
last modified time | relevance | path

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

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