Home | History | Annotate | Download | only in python2.7

Lines Matching full:short_opts

346             short_opts = [self._short_opt_fmt % (sopt, metavar)
351 short_opts = option._short_opts
355 opts = short_opts + long_opts
357 opts = long_opts + short_opts