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

Lines Matching refs:optlist

1423         optlist, args = getopt.getopt(sys.argv[1:], 'd:s:')
1425 optlist, args = (), ()
1428 for opt,val in optlist: