Searched refs:optlist (Results 1 – 2 of 2) sorted by relevance
149 optlist, args = getopt.getopt(sys.argv[1:], 'uvk:d:') variable158 for opt, arg in optlist:
119 optlist, args = getopt.getopt(sys.argv[1:], '') variable125 if len(optlist) > 0 or len(args) > 2: