/external/python/cpython3/Lib/distutils/command/ |
sdist.py | 94 sub_commands = [('check', checking_metadata)] variable in class:sdist
|
install.py | 649 # 'sub_commands': a list of commands this command might have to run to 651 sub_commands = [('install_lib', has_lib), variable in class:install
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
sdist.py | 100 sub_commands = [('check', checking_metadata)] variable in class:sdist
|
install.py | 700 # 'sub_commands': a list of commands this command might have to run to 702 sub_commands = [('install_lib', has_lib), variable in class:install
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
sdist.py | 100 sub_commands = [('check', checking_metadata)] variable in class:sdist
|
install.py | 700 # 'sub_commands': a list of commands this command might have to run to 702 sub_commands = [('install_lib', has_lib), variable in class:install
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 100 sub_commands = [('check', checking_metadata)] variable in class:sdist
|
install.py | 700 # 'sub_commands': a list of commands this command might have to run to 702 sub_commands = [('install_lib', has_lib), variable in class:install
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 100 sub_commands = [('check', checking_metadata)] variable in class:sdist
|
install.py | 700 # 'sub_commands': a list of commands this command might have to run to 702 sub_commands = [('install_lib', has_lib), variable in class:install
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
install.py | 663 # 'sub_commands': a list of commands this command might have to run to
665 sub_commands = [('install_lib', has_lib),
variable in class:install
|
/external/python/cpython2/Lib/distutils/command/ |
install.py | 663 # 'sub_commands': a list of commands this command might have to run to 665 sub_commands = [('install_lib', has_lib), variable in class:install
|
/external/python/cpython3/ |
setup.py | 2185 sub_commands = [('install_lib', install.has_lib), variable in class:PyBuildInstall [all...] |