TS3Connection.py 文件源码

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

项目:teamspeak3-python-api 作者: Murgeye 项目源码 文件源码
def quit(self):
        """
        Stops the connection from receiving and sends the quit signal.
        """
        # Avoid unclean exit by interfering with response to pending query
        if self._tel_lock.acquire():
            self.stop_recv.set()
        self._tel_lock.release()
        self._send("quit")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号