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)
def __init__(self, host): self.response_code = 400 Client.__init__(self, host)