Searched defs:has_ext_modules (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/distutils/command/ | ||
D | build.py | 146 def has_ext_modules(self): member in build |
/external/tflite-support/tensorflow_lite_support/tools/pip_package/ | ||
D | setup.py | 74 def has_ext_modules(self): member in BinaryDistribution |
/external/python/cpython2/Lib/distutils/command/ | ||
D | build.py | 137 def has_ext_modules (self): member in build |
/external/python/cffi/ | ||
D | setup.py | 175 def has_ext_modules(self): member in CFFIDistribution |
/external/tensorflow/tensorflow/tools/pip_package/ | ||
D | setup.py | 174 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 |