Searched defs:build_ext (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Lib/distutils/tests/ | ||
| D | test_build_ext.py | 55 def build_ext(self, *args, **kwargs): member in BuildExtTestCase |
| /third_party/python/Lib/distutils/command/ | ||
| D | build_ext.py | 33 class build_ext(Command): class |
| /third_party/PyYAML/ | ||
| D | setup.py | 174 class build_ext(_build_ext): class |