dispatcher.py 文件源码

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

项目:aio 作者: pavhofman 项目源码 文件源码
def __init__(self, name, gatewayIDs: List[ModuleID]):
        # call the thread class
        super().__init__()
        self.name = 'Dispatcher ' + name
        self._gatewayIDs = gatewayIDs
        self._routeMap = self._initRouteMap(gatewayIDs)  # type: DefaultDict[ModuleID, ModuleID]
        self._groupMap = {}  # type: DefaultDict[GroupID, List[ModuleID]]
        self._msgCount = 0
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号