Home
last modified time | relevance | path

Searched defs:shortopts (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dgetopt.py51 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