Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dtextwrap.py15 _whitespace = '\t\n\x0b\x0c\r ' variable
66 unicode_whitespace_trans = dict.fromkeys(map(ord, _whitespace), ord(' '))
76 whitespace = r'[%s]' % re.escape(_whitespace)

Completed in 1 milliseconds