def __init__(self, host, response_code, timeout=None):
     self.response_code = 200
     Client.__init__(self, host)
Beispiel #2
0
 def __init__(self, host, response_code, timeout=None):
     self.response_code = 200
     Client.__init__(self, host)
 def __init__(self, host, response_code):
     self.response_code = 200
     Client.__init__(self, host)
Beispiel #4
0
 def __init__(self, host):
     self.response_code = 400
     Client.__init__(self, host)
Beispiel #5
0
 def __init__(self, host, response_code):
     self.response_code = 200
     Client.__init__(self, host)