Searched refs:_build_ext (Results 1 – 1 of 1) sorted by relevance
59 _build_ext = import_command('build_ext') variable601 class build_ext(_build_ext):602 user_options = _build_ext.user_options + cmd_petsc_opts605 _build_ext.initialize_options(self)612 _build_ext.finalize_options(self)636 _build_ext.build_extension(self, ext)646 return _build_ext.build_extension(self, ext)665 _build_ext.run(self)706 _build_ext.build_extensions(self, *args, **kargs)