Home | History | Annotate | Download | only in Lib

Lines Matching refs:optlist

1519         optlist, args = getopt.getopt(sys.argv[1:], 'd:s:')
1521 optlist, args = (), ()
1524 for opt,val in optlist: