Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py402 def fancy_getopt (options, negative_opt, object, args): function
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py367 def fancy_getopt(options, negative_opt, object, args): function