Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:shortopts

1209     shortopts = ""
1252 shortopts += name
1254 shortopts += ":"
1266 optlist, unparsed_args = getopt.gnu_getopt(args, shortopts, longopts)
1268 optlist, unparsed_args = getopt.getopt(args, shortopts, longopts)