Searched defs:FancyGetopt (Results 1 - 10 of 10) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
H A Dbdist.py18 from distutils.fancy_getopt import FancyGetopt namespace
23 pretty_printer = FancyGetopt(formats)
H A Dsdist.py26 from distutils.fancy_getopt import FancyGetopt namespace
33 FancyGetopt(formats).print_help(
/external/python/cpython3/Lib/distutils/command/
H A Dbdist.py15 from distutils.fancy_getopt import FancyGetopt namespace
20 pretty_printer = FancyGetopt(formats)
H A Dsdist.py23 from distutils.fancy_getopt import FancyGetopt namespace
30 FancyGetopt(formats).print_help(
/external/python/cpython3/Lib/distutils/
H A Dfancy_getopt.py29 class FancyGetopt: class in inherits:
283 output) from the option table for this FancyGetopt object.
368 parser = FancyGetopt(options)
H A Dccompiler.py979 from distutils.fancy_getopt import FancyGetopt namespace
985 pretty_printer = FancyGetopt(compilers)
H A Ddist.py18 from distutils.fancy_getopt import FancyGetopt, translate_longopt namespace
461 parser = FancyGetopt(toplevel_options + self.display_options)
508 'parser' must be a FancyGetopt instance; 'args' must be the list
614 FancyGetopt instance; do not expect it to be returned in the
1231 classes to the 3-tuple form required by FancyGetopt.
/external/python/cpython2/Lib/distutils/
H A Dfancy_getopt.py33 class FancyGetopt: class in inherits:
311 output) from the option table for this FancyGetopt object.
399 # class FancyGetopt
403 parser = FancyGetopt(options)
H A Dccompiler.py953 from distutils.fancy_getopt import FancyGetopt namespace
959 pretty_printer = FancyGetopt(compilers)
H A Ddist.py19 from distutils.fancy_getopt import FancyGetopt, translate_longopt namespace
456 parser = FancyGetopt(toplevel_options + self.display_options)
503 'parser' must be a FancyGetopt instance; 'args' must be the list
611 FancyGetopt instance; do not expect it to be returned in the
1244 classes to the 3-tuple form required by FancyGetopt.

Completed in 218 milliseconds