Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio/
Dsupport.py74 def diagnose_compile_error(build_ext, error): argument
95 def diagnose_attribute_error(build_ext, error): argument
108 def diagnose_build_ext_error(build_ext, error, formatted): argument
/third_party/python/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
/third_party/python/Lib/distutils/command/
Dbuild_ext.py33 class build_ext(Command): class
/third_party/PyYAML/
Dsetup.py174 class build_ext(_build_ext): class