Home
last modified time | relevance | path

Searched defs:build_ext (Results 1 – 6 of 6) 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.py58 def build_ext(self, *args, **kwargs): member in BuildExtTestCase
510 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/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