Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtextwrap.py38 _whitespace = '\t\n\x0b\x0c\r ' variable
82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
86 for x in map(ord, _whitespace):
/external/python/cpython3/Lib/
Dtextwrap.py15 _whitespace = '\t\n\x0b\x0c\r ' variable
68 for x in _whitespace:
79 whitespace = r'[%s]' % re.escape(_whitespace)
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst285 .. _whitespace:
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst250 .. _whitespace: