Searched refs:FancyGetopt (Results 1 – 7 of 7) sorted by relevance
15 from distutils.fancy_getopt import FancyGetopt20 pretty_printer = FancyGetopt(formats)
25 from distutils.fancy_getopt import FancyGetopt32 FancyGetopt(formats).print_help(
29 class FancyGetopt: class368 parser = FancyGetopt(options)
980 from distutils.fancy_getopt import FancyGetopt986 pretty_printer = FancyGetopt(compilers)
18 from distutils.fancy_getopt import FancyGetopt, translate_longopt472 parser = FancyGetopt(toplevel_options + self.display_options)
1364 :class:`FancyGetopt`. *negative_opt* should be a dictionary mapping option names1367 method of the :class:`FancyGetopt` class). *args* is the argument list. Will use1376 .. class:: FancyGetopt([option_table=None])1386 The :class:`FancyGetopt` class provides the following methods:1389 .. method:: FancyGetopt.getopt([args=None, object=None])1403 .. method:: FancyGetopt.get_option_order()1410 .. method:: FancyGetopt.generate_help([header=None])1413 the option table for this :class:`FancyGetopt` object.
86 …u4/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyiuFancyGetopt(iig…