Searched refs:help_options (Results 1 - 12 of 12) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist.py53 help_options = [ variable in class:bdist
H A Dbuild.py50 help_options = [ variable in class:build
H A Dbuild_clib.py49 help_options = [ variable in class:build_clib
H A Dsdist.py89 help_options = [ variable in class:sdist
H A Dbuild_ext.py104 help_options = [ variable in class:build_ext
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist.py53 help_options = [ variable in class:bdist
H A Dbuild.py50 help_options = [ variable in class:build
H A Dbuild_clib.py49 help_options = [ variable in class:build_clib
H A Dsdist.py89 help_options = [ variable in class:sdist
H A Dbuild_ext.py104 help_options = [ variable in class:build_ext
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Ddist.py549 # 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/
H A Ddist.py549 # 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...]

Completed in 166 milliseconds