コード例 #1
0
ファイル: roles.py プロジェクト: lbyyy/autotest
 def __init__(self, host):
     """
     Create a new bitcoin server connection.
     """
     self.host = host
     self.proxy = AuthServiceProxy(host, exception_wrapper=wrap_exception)