Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dinstall.py651 def has_lib(self): member in install
674 sub_commands = [('install_lib', has_lib),
/third_party/python/
Dsetup.py2644 sub_commands = [('install_lib', install.has_lib),