Home
last modified time | relevance | path

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

/third_party/python/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.py674 sub_commands = [('install_lib', has_lib), variable in install
/third_party/python/Lib/distutils/
Dcmd.py42 sub_commands = [] variable in Command
/third_party/python/
Dsetup.py1519 sub_commands = [('install_lib', install.has_lib), variable in PyBuildInstall