shlex.whitespace_split
If True
, tokens will only be split in whitespaces. This is useful, for example, for parsing command lines with shlex
, getting tokens in a similar way to shell arguments.
shlex.whitespace_split
If True
, tokens will only be split in whitespaces. This is useful, for example, for parsing command lines with shlex
, getting tokens in a similar way to shell arguments.
Please login to continue.