HomeSort by relevance Sort by last modified time
    Searched refs:_short_opt_fmt (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py 188 _short_opt_fmt : str
222 self._short_opt_fmt = "%s %s"
232 self._short_opt_fmt = "%s" + delim + "%s"
347 short_opts = [self._short_opt_fmt % (sopt, metavar)
    [all...]