Home
last modified time | relevance | path

Searched refs:FancyGetopt (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/distutils/command/
H A Dbdist.py15 from distutils.fancy_getopt import FancyGetopt namespace
20 pretty_printer = FancyGetopt(formats)
H A Dsdist.py25 from distutils.fancy_getopt import FancyGetopt namespace
32 FancyGetopt(formats).print_help(
/third_party/python/Lib/distutils/
H A Dfancy_getopt.py29 class FancyGetopt: class
283 output) from the option table for this FancyGetopt object.
368 parser = FancyGetopt(options)
H A Dccompiler.py980 from distutils.fancy_getopt import FancyGetopt namespace
986 pretty_printer = FancyGetopt(compilers)
H A Ddist.py18 from distutils.fancy_getopt import FancyGetopt, translate_longopt namespace
472 parser = FancyGetopt(toplevel_options + self.display_options)
519 'parser' must be a FancyGetopt instance; 'args' must be the list
625 FancyGetopt instance; do not expect it to be returned in the
1251 classes to the 3-tuple form required by FancyGetopt.

Completed in 6 milliseconds