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