Searched refs:whitespace_split (Results 1 – 4 of 4) sorted by relevance
194 s.whitespace_split = ws210 s.whitespace_split = ws238 s.whitespace_split = ws252 s.whitespace_split = True289 s.whitespace_split = True320 s.whitespace_split = True
43 self.whitespace_split = False176 elif self.whitespace_split:253 or (self.whitespace_split and312 lex.whitespace_split = True
247 there. If :attr:`whitespace_split` is set to ``True``, this will have no277 .. attribute:: shlex.whitespace_split287 :attr:`whitespace_split` attribute.366 * If :attr:`~shlex.whitespace_split` is ``False``, any character not424 >>> s.whitespace_split = True428 >>> s.whitespace_split = True457 always use ``posix`` and :attr:`~shlex.whitespace_split` when using
754 def whitespace_split(STR): function