Searched refs:respdata (Results 1 – 3 of 3) sorted by relevance
132 respdata = _sso_request(url_with_args, self.__headers, postdata,135 respdata = _raw_http_request(url_with_args, self.__headers,139 resp = decoder.JSONDecoder().decode(respdata)141 raise JSONRPCException('Error decoding JSON reponse:\n' + respdata)
297 respdata = '250 OK' + ('.' * smtplib._MAXLINE * 2) + '\n' variable in TooLongLineTests308 servargs = (self.evt, self.respdata, self.sock)
595 respdata = b'250 OK' + (b'.' * smtplib._MAXLINE * 2) + b'\n' variable in TooLongLineTests606 servargs = (self.evt, self.respdata, self.sock)