Home
last modified time | relevance | path

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

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