def start(self):
"""Starts the I/O loop.
The loop will run until one of the callbacks calls `stop()`, which
will make the loop stop after the current event iteration completes.
"""
raise NotImplementedError()
ioloop.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录