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