base.py 文件源码

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

项目:felix 作者: axbaretto 项目源码 文件源码
def step_actor(self, actor):
        # Pretend that the current greenlet is the Actor to bypass
        # actor_message's asserts.
        with mock.patch.object(actor, "greenlet"):
            actor.greenlet = gevent.getcurrent()
            while actor._event_queue:
                actor._step()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号