Searched defs:has_scripts (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython3/Lib/distutils/command/ | ||
| D | build.py | 149 def has_scripts(self): member in build |
| D | install.py | 640 def has_scripts(self): member in install |
| /external/python/cpython2/Lib/distutils/command/ | ||
| D | build.py | 140 def has_scripts (self): member in build |
| D | install.py | 656 def has_scripts (self): member in install |
| /external/python/cpython2/Lib/distutils/ | ||
| D | dist.py | 993 def has_scripts(self): member in Distribution |
| /external/python/cpython3/Lib/distutils/ | ||
| D | dist.py | 1005 def has_scripts(self): member in Distribution |