tox_xmlrpc_client.py 文件源码

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

项目:toxxmlrpc 作者: merlink01 项目源码 文件源码
def __init__(self,path,password=None,server_id=None, disable_auto_login=True,timeout=10):
        self.timeout = timeout
        self.server_id = server_id
        self.password = password
        self.disable_auto_login = disable_auto_login
        if disable_auto_login:
            self.client = toxclient.Toxclient(path)
        else:
            self.client = toxclient.Toxclient(path,password)
        self.exec_lock = threading.Lock()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号