Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
Dtest_build_ext.py55 def build_ext(self, *args, **kwargs): member in BuildExtTestCase
542 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