HomeSort by relevance Sort by last modified time
    Searched refs:FancyGetopt (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 18 from distutils.fancy_getopt import FancyGetopt
23 pretty_printer = FancyGetopt(formats)
sdist.py 26 from distutils.fancy_getopt import FancyGetopt
33 FancyGetopt(formats).print_help(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 18 from distutils.fancy_getopt import FancyGetopt
23 pretty_printer = FancyGetopt(formats)
sdist.py 26 from distutils.fancy_getopt import FancyGetopt
33 FancyGetopt(formats).print_help(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 33 class FancyGetopt:
311 output) from the option table for this FancyGetopt object.
399 # class FancyGetopt
403 parser = FancyGetopt(options)
ccompiler.py     [all...]
dist.py 19 from distutils.fancy_getopt import FancyGetopt, translate_longopt
456 parser = FancyGetopt(toplevel_options + self.display_options)
503 'parser' must be a FancyGetopt instance; 'args' must be the list
611 FancyGetopt instance; do not expect it to be returned in the
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 33 class FancyGetopt:
311 output) from the option table for this FancyGetopt object.
399 # class FancyGetopt
403 parser = FancyGetopt(options)
ccompiler.py     [all...]
dist.py 19 from distutils.fancy_getopt import FancyGetopt, translate_longopt
456 parser = FancyGetopt(toplevel_options + self.display_options)
503 'parser' must be a FancyGetopt instance; 'args' must be the list
611 FancyGetopt instance; do not expect it to be returned in the
    [all...]

Completed in 158 milliseconds