Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_shlex.py194 s.whitespace_split = ws
210 s.whitespace_split = ws
238 s.whitespace_split = ws
252 s.whitespace_split = True
289 s.whitespace_split = True
320 s.whitespace_split = True
/third_party/python/Lib/
Dshlex.py43 self.whitespace_split = False
176 elif self.whitespace_split:
253 or (self.whitespace_split and
312 lex.whitespace_split = True
/third_party/python/Doc/library/
Dshlex.rst247 there. If :attr:`whitespace_split` is set to ``True``, this will have no
277 .. attribute:: shlex.whitespace_split
287 :attr:`whitespace_split` attribute.
366 * If :attr:`~shlex.whitespace_split` is ``False``, any character not
424 >>> s.whitespace_split = True
428 >>> s.whitespace_split = True
457 always use ``posix`` and :attr:`~shlex.whitespace_split` when using
/third_party/python/Tools/stringbench/
Dstringbench.py754 def whitespace_split(STR): function