我们从Python开源项目中,提取了以下21个代码示例,用于说明如何使用distutils.command.build_ext.build_ext.swig_sources()。
def swig_sources(self, sources, *otherargs): # first do any Pyrex processing sources = _build_ext.swig_sources(self, sources) or sources # Then do any actual SWIG stuff on the remainder return _du_build_ext.swig_sources(self, sources, *otherargs)