Lines Matching refs:getopt
51 import getopt
2632 opts, pargs = getopt.getopt(args, "Hc:n")
2673 opts, pargs = getopt.getopt(args, "Hn")
2830 opts, pargs = getopt.getopt(args, "Haflo:prs:I")
3277 opts, pargs = getopt.getopt(args, "Ha:g:o:s:t:mfr")
3638 opts, pargs = getopt.getopt(args, "q", ["full"])
3772 opts, pargs = getopt.getopt(pargs, "")
3893 opts, pargs = getopt.getopt(args, "")
3915 opts, pargs = getopt.getopt(args, "")
3937 opts, pargs = getopt.getopt(args, "")
3986 opts, pargs = getopt.getopt(args, "")
4009 opts, pargs = getopt.getopt(args, "H")
4553 opts, pargs = getopt.getopt(args, "fFPUzg:m:p:k:c:",
4760 opts, pargs = getopt.getopt(args, "HNln:o:t:")
5399 opts, pargs = getopt.getopt(sys.argv[1:], "R:D:?",
5401 except getopt.GetoptError as e:
5494 except getopt.GetoptError as e:
5531 # getopt parsing strings.
5537 except getopt.GetoptError as e: