Searched refs:_whitespace_only_re (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | textwrap.py | 416 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable 435 text = _whitespace_only_re.sub('', text) |
Completed in 1 milliseconds