utils.py 文件源码

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

项目:rill 作者: PermaData 项目源码 文件源码
def patch():
    global is_patched
    if is_patched or os.environ.get('RILL_SKIP_GEVENT_PATCH', False):
        return
    from gevent import monkey
    print("Performing gevent monkey-patching")
    monkey.patch_all()
    is_patched = True
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号