Home
last modified time | relevance | path

Searched refs:FancyGetopt (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dbdist.py18 from distutils.fancy_getopt import FancyGetopt
23 pretty_printer = FancyGetopt(formats)
Dsdist.py26 from distutils.fancy_getopt import FancyGetopt
33 FancyGetopt(formats).print_help(
/external/python/cpython3/Lib/distutils/command/
Dbdist.py15 from distutils.fancy_getopt import FancyGetopt
20 pretty_printer = FancyGetopt(formats)
Dsdist.py25 from distutils.fancy_getopt import FancyGetopt
32 FancyGetopt(formats).print_help(
/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py33 class FancyGetopt: class
403 parser = FancyGetopt(options)
Dccompiler.py953 from distutils.fancy_getopt import FancyGetopt
959 pretty_printer = FancyGetopt(compilers)
Ddist.py19 from distutils.fancy_getopt import FancyGetopt, translate_longopt
456 parser = FancyGetopt(toplevel_options + self.display_options)
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py29 class FancyGetopt: class
368 parser = FancyGetopt(options)
Dccompiler.py979 from distutils.fancy_getopt import FancyGetopt
985 pretty_printer = FancyGetopt(compilers)
Ddist.py18 from distutils.fancy_getopt import FancyGetopt, translate_longopt
472 parser = FancyGetopt(toplevel_options + self.display_options)
/external/python/cpython2/Doc/distutils/
Dapiref.rst1322 :class:`FancyGetopt`. *negative_opt* should be a dictionary mapping option names
1325 method of the :class:`FancyGetopt` class). *args* is the argument list. Will use
1335 .. 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.
/external/python/cpython3/Doc/distutils/
Dapiref.rst1331 :class:`FancyGetopt`. *negative_opt* should be a dictionary mapping option names
1334 method of the :class:`FancyGetopt` class). *args* is the argument list. Will use
1343 .. 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.
/external/python/cpython3/Lib/test/
Dpstats.pck86 …���u4���/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyi���u ���FancyGetopt(���i���i���g…