Home | History | Annotate | Download | only in Lib

Lines Matching refs:optlist

1444         optlist, args = getopt.getopt(sys.argv[1:], 'd:s:')
1446 optlist, args = (), ()
1449 for opt,val in optlist: