Searched defs:shortopts (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | getopt.py | 51 def getopt(args, shortopts, longopts = []): argument 94 def gnu_getopt(args, shortopts, longopts = []): argument 187 def do_shorts(opts, optstring, shortopts, args): argument 202 def short_has_arg(opt, shortopts): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | getopt.py | 51 def getopt(args, shortopts, longopts = []): argument 94 def gnu_getopt(args, shortopts, longopts = []): argument 187 def do_shorts(opts, optstring, shortopts, args): argument 202 def short_has_arg(opt, shortopts): argument
|