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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 19 from distutils.fancy_getopt import FancyGetopt, translate_longopt namespace
119 display_option_names = map(lambda x: translate_longopt(x[0]),
684 opt = translate_longopt(opt)
    [all...]
fancy_getopt.py 469 def translate_longopt(opt): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 19 from distutils.fancy_getopt import FancyGetopt, translate_longopt namespace
119 display_option_names = map(lambda x: translate_longopt(x[0]),
684 opt = translate_longopt(opt)
    [all...]
fancy_getopt.py 469 def translate_longopt(opt): function

Completed in 214 milliseconds