Exemplo n.º 1
0
 def __init__(self, host='172.19.10.26', port=80):
     DEigerClient.__init__(self, host=host, port=port)
Exemplo n.º 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)