Searched defs:build_ext (Results  1 – 10 of 10) sorted by relevance
| /external/grpc-grpc/src/python/grpcio/ | 
| D | support.py | 67 def diagnose_compile_error(build_ext, error):  argument88 def diagnose_attribute_error(build_ext, error):  argument
 101 def diagnose_build_ext_error(build_ext, error, formatted):  argument
 
 | 
| /external/python/cpython3/Lib/distutils/tests/ | 
| D | test_build_ext.py | 56     def build_ext(self, *args, **kwargs):  member in BuildExtTestCase540     def build_ext(self, *args, **kwargs):  member in ParallelBuildExtTestCase
 
 | 
| /external/python/setuptools/setuptools/_distutils/tests/ | 
| D | test_build_ext.py | 53     def build_ext(self, *args, **kwargs):  member in BuildExtTestCase537     def build_ext(self, *args, **kwargs):  member in ParallelBuildExtTestCase
 
 | 
| /external/python/cpython2/Lib/distutils/command/ | 
| D | build_ext.py | 37 class build_ext (Command):  class
 | 
| /external/python/cpython3/Lib/distutils/command/ | 
| D | build_ext.py | 33 class build_ext(Command):  class
 | 
| /external/python/setuptools/setuptools/_distutils/command/ | 
| D | build_ext.py | 34 class build_ext(Command):  class
 | 
| /external/python/pyyaml/ | 
| D | setup.py | 174 class build_ext(_build_ext):  class
 | 
| /external/python/pybind11/pybind11/ | 
| D | setup_helpers.py | 283 class build_ext(_build_ext):  # noqa: N801  class
 | 
| /external/python/cpython2/Lib/distutils/tests/ | 
| D | setuptools_build_ext.py | 44 class build_ext(_build_ext):  class
 | 
| /external/python/setuptools/setuptools/command/ | 
| D | build_ext.py | 75 class build_ext(_build_ext):  class
 |