HomeSort by relevance Sort by last modified time
    Searched full:help_options (Results 1 - 13 of 13) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 549 # Check for help_options in command class. They have a different
551 if (hasattr(cmd_class, 'help_options') and
552 isinstance(cmd_class.help_options, list)):
553 help_options = fix_help_options(cmd_class.help_options)
555 help_options = []
562 help_options)
569 if (hasattr(cmd_class, 'help_options') and
570 isinstance(cmd_class.help_options, list)):
572 for (help_option, short, desc, func) in cmd_class.help_options
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 549 # Check for help_options in command class. They have a different
551 if (hasattr(cmd_class, 'help_options') and
552 isinstance(cmd_class.help_options, list)):
553 help_options = fix_help_options(cmd_class.help_options)
555 help_options = []
562 help_options)
569 if (hasattr(cmd_class, 'help_options') and
570 isinstance(cmd_class.help_options, list)):
572 for (help_option, short, desc, func) in cmd_class.help_options
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Distutils/
build_ext.py 66 help_options = _build_ext.build_ext.help_options variable in class:build_ext
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 53 help_options = [ variable in class:bdist
build.py 50 help_options = [ variable in class:build
build_clib.py 49 help_options = [ variable in class:build_clib
sdist.py 89 help_options = [ variable in class:sdist
build_ext.py 104 help_options = [ variable in class:build_ext
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 53 help_options = [ variable in class:bdist
build.py 50 help_options = [ variable in class:build
build_clib.py 49 help_options = [ variable in class:build_clib
sdist.py 89 help_options = [ variable in class:sdist
build_ext.py 104 help_options = [ variable in class:build_ext
    [all...]

Completed in 2500 milliseconds