Home
last modified time | relevance | path

Searched refs:has_lib (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dinstall.py628 def has_lib(self): member in install
651 sub_commands = [('install_lib', has_lib),
/external/python/cpython2/Lib/distutils/command/
Dinstall.py647 def has_lib (self): member in install
665 sub_commands = [('install_lib', has_lib),
/external/python/cpython3/
Dsetup.py2244 sub_commands = [('install_lib', install.has_lib),