Searched defs:gnu_getopt (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | getopt.py | 94 def gnu_getopt(args, shortopts, longopts = []): function |
/external/python/cpython3/Lib/ | ||
D | getopt.py | 99 def gnu_getopt(args, shortopts, longopts = []): function |