示例#1
0
 def __init__(self, bootstrap):
     self.proxy = ClientProxy(bootstrap)
示例#2
0
 def __init__(self, bootstrap):
     self.proxy = ClientProxy(bootstrap, token='None')
示例#3
0
 def __init__(self, bootstrap, timeout=60, debug=False, token=None):
     self.proxy = ClientProxy(bootstrap, timeout, debug, token)