Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfancy_getopt.py33 class FancyGetopt: class
403 parser = FancyGetopt(options)
Dccompiler.py1002 from distutils.fancy_getopt import FancyGetopt
1008 pretty_printer = FancyGetopt(compilers)
Ddist.py19 from distutils.fancy_getopt import FancyGetopt, translate_longopt
456 parser = FancyGetopt(toplevel_options + self.display_options)