Searched defs:sub_commands (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Lib/distutils/command/ | ||
| D | build.py | 153 sub_commands = [('build_py', has_pure_modules), variable in build |
| D | register.py | 29 sub_commands = [('check', lambda self: True)] variable in register |
| D | sdist.py | 97 sub_commands = [('check', checking_metadata)] variable in sdist |
| D | install.py | 674 sub_commands = [('install_lib', has_lib), variable in install |
| /third_party/python/Lib/distutils/ | ||
| D | cmd.py | 42 sub_commands = [] variable in Command |
| /third_party/python/ | ||
| D | setup.py | 1519 sub_commands = [('install_lib', install.has_lib), variable in PyBuildInstall |