server.py 文件源码

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

项目:continuum 作者: zyantific 项目源码 文件源码
def __init__(self, sock, server):
        # We need to use old-style init calls here because asyncore 
        # consists of old-style classes :(
        asyncore.dispatcher_with_send.__init__(self, sock=sock)
        ProtoMixin.__init__(self)

        self.input_file = None
        self.idb_path = None
        self.server = server
        self.project = server.core.project
        self.server.clients.add(self)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号