示例#1
0
 def __init__(self, host='172.19.10.26', port=80):
     DEigerClient.__init__(self, host=host, port=port)
示例#2
0
 def __init__(self, host='172.19.10.26', port=80):
     DEigerClient.__init__(self, host=host, port=port)
 def __init__(self, host, port):
     DEigerClient.__init__(self, host=host, port=port)