Home
last modified time | relevance | path

Searched defs:build_ext (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/python/grpcio/
Dsupport.py67 def diagnose_compile_error(build_ext, error): argument
88 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/
Dtest_build_ext.py52 def build_ext(self, *args, **kwargs): member in BuildExtTestCase
536 def build_ext(self, *args, **kwargs): member in ParallelBuildExtTestCase
/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py37 class build_ext (Command): class
/external/python/cpython3/Lib/distutils/command/
Dbuild_ext.py33 class build_ext(Command): class
/external/python/pybind11/pybind11/
Dsetup_helpers.py283 class build_ext(_build_ext): # noqa: N801 class
/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_build_ext.py44 class build_ext(_build_ext): class
/external/python/setuptools/setuptools/command/
Dbuild_ext.py74 class build_ext(_build_ext): class