| /external/python/cpython3/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
 | 
| /external/python/setuptools/setuptools/_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 | 776     sub_commands = [('install_lib',     has_lib),  variable in install
 | 
| /external/python/cpython2/Lib/distutils/command/ | 
| D | build.py | 143     sub_commands = [('build_py',      has_pure_modules),  variable in build
 | 
| D | register.py | 30     sub_commands = [('check', lambda self: True)]  variable in register
 | 
| D | sdist.py | 100     sub_commands = [('check', checking_metadata)]  variable in sdist
 | 
| D | install.py | 665     sub_commands = [('install_lib',     has_lib),  variable in install
 | 
| /external/python/setuptools/setuptools/command/ | 
| D | upload_docs.py | 54     sub_commands = [('build_sphinx', has_sphinx)]  variable in upload_docs
 | 
| /external/python/cpython3/Lib/distutils/ | 
| D | cmd.py | 42     sub_commands = []  variable in Command
 | 
| /external/python/setuptools/setuptools/_distutils/ | 
| D | cmd.py | 42     sub_commands = []  variable in Command
 | 
| /external/python/cpython2/Lib/distutils/ | 
| D | cmd.py | 44     sub_commands = []  variable in Command
 | 
| /external/python/cpython3/ | 
| D | setup.py | 2646     sub_commands = [('install_lib', install.has_lib),  variable in PyBuildInstall
 |