Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtextwrap.py15 _whitespace = '\t\n\x0b\x0c\r ' variable
68 for x in _whitespace:
79 whitespace = r'[%s]' % re.escape(_whitespace)
/third_party/flutter/flutter/packages/flutter_tools/lib/src/windows/
Dwindows_device.dart159 final RegExp _whitespace = RegExp(r'\s+');
176 final List<String> parts = process.split(_whitespace);
/third_party/python/Doc/reference/
Dlexical_analysis.rst250 .. _whitespace: