Home
last modified time | relevance | path

Searched defs:sub_commands (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dbuild.py153 sub_commands = [('build_py', has_pure_modules), variable in build
Dregister.py29 sub_commands = [('check', lambda self: True)] variable in register
Dsdist.py97 sub_commands = [('check', checking_metadata)] variable in sdist
Dinstall.py652 sub_commands = [('install_lib', has_lib), variable in install
/external/python/cpython2/Lib/distutils/command/
Dbuild.py143 sub_commands = [('build_py', has_pure_modules), variable in build
Dregister.py30 sub_commands = [('check', lambda self: True)] variable in register
Dsdist.py100 sub_commands = [('check', checking_metadata)] variable in sdist
Dinstall.py665 sub_commands = [('install_lib', has_lib), variable in install
/external/python/setuptools/setuptools/command/
Dupload_docs.py52 sub_commands = [('build_sphinx', has_sphinx)] variable in upload_docs
/external/python/cpython3/Lib/distutils/
Dcmd.py42 sub_commands = [] variable in Command
/external/python/cpython2/Lib/distutils/
Dcmd.py44 sub_commands = [] variable in Command
/external/python/cpython3/
Dsetup.py2489 sub_commands = [('install_lib', install.has_lib), variable in PyBuildInstall