Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dgetopt.py94 def gnu_getopt(args, shortopts, longopts = []): function
/external/python/cpython3/Lib/
Dgetopt.py99 def gnu_getopt(args, shortopts, longopts = []): function