Home
last modified time | relevance | path

Searched defs:gnu_getopt (Results 1 – 3 of 3) 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
/external/python/absl-py/absl/flags/
D_flagvalues.py129 def set_gnu_getopt(self, gnu_getopt=True): argument