Searched defs:has_ext_modules (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython3/Lib/distutils/command/ | ||
| D | build.py | 146 def has_ext_modules(self): member in build |
| /external/python/cpython2/Lib/distutils/command/ | ||
| D | build.py | 137 def has_ext_modules (self): member in build |
| /external/tensorflow/tensorflow/tools/pip_package/ | ||
| D | setup.py | 128 def has_ext_modules(self): member in BinaryDistribution |
| /external/python/cpython2/Lib/distutils/ | ||
| D | dist.py | 981 def has_ext_modules(self): member in Distribution |
| /external/python/cpython3/Lib/distutils/ | ||
| D | dist.py | 993 def has_ext_modules(self): member in Distribution |