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)
setuptools_build_ext.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录