Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py552 isinstance(cmd_class.help_options, list)):
553 help_options = fix_help_options(cmd_class.help_options)
555 help_options = []
562 help_options)
570 isinstance(cmd_class.help_options, list)):
572 for (help_option, short, desc, func) in cmd_class.help_options:
647 isinstance(klass.help_options, list)):
649 fix_help_options(klass.help_options))
/external/python/cpython3/Lib/distutils/
Ddist.py567 isinstance(cmd_class.help_options, list)):
568 help_options = fix_help_options(cmd_class.help_options)
570 help_options = []
576 help_options)
584 isinstance(cmd_class.help_options, list)):
586 for (help_option, short, desc, func) in cmd_class.help_options:
661 isinstance(klass.help_options, list)):
663 fix_help_options(klass.help_options))
/external/python/cpython2/Lib/distutils/command/
Dbdist.py53 help_options = [ variable in bdist
Dbuild.py50 help_options = [ variable in build
Dbuild_clib.py49 help_options = [ variable in build_clib
Dsdist.py89 help_options = [ variable in sdist
Dbuild_ext.py103 help_options = [ variable in build_ext
/external/python/cpython3/Lib/distutils/command/
Dbdist.py50 help_options = [ variable in bdist
Dbuild.py51 help_options = [ variable in build
Dbuild_clib.py47 help_options = [ variable in build_clib
Dsdist.py89 help_options = [ variable in sdist
Dbuild_ext.py101 help_options = [ variable in build_ext