Searched defs:build_ext (Results 1 – 4 of 4) sorted by relevance
40 def build_ext(self, *args, **kwargs): member in BuildExtTestCase501 def build_ext(self, *args, **kwargs): member in ParallelBuildExtTestCase
37 class build_ext (Command): class
33 class build_ext(Command): class
44 class build_ext(_build_ext): class