/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/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/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/ |
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...] |