def swig_sources(self, sources, *otherargs):
     sources = _build_ext.swig_sources(self, sources) or sources
     return _du_build_ext.swig_sources(self, sources, *otherargs)
 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)
Пример #3
0
 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)