cython_shadow.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:typped 作者: abarker 项目源码 文件源码
def inline(f, *args, **kwds):
    if isinstance(f, basestring):
        global _cython_inline
        if _cython_inline is None:
            from Cython.Build.Inline import cython_inline as _cython_inline
        return _cython_inline(f, *args, **kwds)
    else:
        assert len(args) == len(kwds) == 0
        return f
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号