Home
last modified time | relevance | path

Searched defs:build_ext (Results 1 – 10 of 10) 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.py56 def build_ext(self, *args, **kwargs): member in BuildExtTestCase
540 def build_ext(self, *args, **kwargs): member in ParallelBuildExtTestCase
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_build_ext.py53 def build_ext(self, *args, **kwargs): member in BuildExtTestCase
537 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/setuptools/setuptools/_distutils/command/
Dbuild_ext.py34 class build_ext(Command): class
/external/python/pyyaml/
Dsetup.py174 class build_ext(_build_ext): 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.py75 class build_ext(_build_ext): class