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