Searched refs:FancyGetopt (Results 1 – 13 of 13) sorted by relevance
18 from distutils.fancy_getopt import FancyGetopt23 pretty_printer = FancyGetopt(formats)
26 from distutils.fancy_getopt import FancyGetopt33 FancyGetopt(formats).print_help(
15 from distutils.fancy_getopt import FancyGetopt20 pretty_printer = FancyGetopt(formats)
25 from distutils.fancy_getopt import FancyGetopt32 FancyGetopt(formats).print_help(
33 class FancyGetopt: class403 parser = FancyGetopt(options)
953 from distutils.fancy_getopt import FancyGetopt959 pretty_printer = FancyGetopt(compilers)
19 from distutils.fancy_getopt import FancyGetopt, translate_longopt456 parser = FancyGetopt(toplevel_options + self.display_options)
29 class FancyGetopt: class368 parser = FancyGetopt(options)
979 from distutils.fancy_getopt import FancyGetopt985 pretty_printer = FancyGetopt(compilers)
18 from distutils.fancy_getopt import FancyGetopt, translate_longopt472 parser = FancyGetopt(toplevel_options + self.display_options)
1322 :class:`FancyGetopt`. *negative_opt* should be a dictionary mapping option names1325 method of the :class:`FancyGetopt` class). *args* is the argument list. Will use1335 .. class:: FancyGetopt([option_table=None])1345 The :class:`FancyGetopt` class provides the following methods:1348 .. method:: FancyGetopt.getopt([args=None, object=None])1362 .. method:: FancyGetopt.get_option_order()1369 .. method:: FancyGetopt.generate_help([header=None])1372 the option table for this :class:`FancyGetopt` object.
1331 :class:`FancyGetopt`. *negative_opt* should be a dictionary mapping option names1334 method of the :class:`FancyGetopt` class). *args* is the argument list. Will use1343 .. class:: FancyGetopt([option_table=None])1353 The :class:`FancyGetopt` class provides the following methods:1356 .. method:: FancyGetopt.getopt([args=None, object=None])1370 .. method:: FancyGetopt.get_option_order()1377 .. method:: FancyGetopt.generate_help([header=None])1380 the option table for this :class:`FancyGetopt` object.
86 …u4/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyiuFancyGetopt(iig…