shlex.get_token()
Return a token. If tokens have been stacked using push_token()
, pop a token off the stack. Otherwise, read one from the input stream. If reading encounters an immediate end-of-file, eof
is returned (the empty string (''
) in non-POSIX mode, and None
in POSIX mode).
Please login to continue.