Home | History | Annotate | Download | only in python2.7

Lines Matching full:shlex

675             import shlex
677 sys.argv = shlex.split(arg)
1098 splitted with "shlex" and the result is used as the new sys.argv.