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