Searched refs:send_content (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_xmlrpc.py | 793 def send_content(self, connection, body): member in GzipServerTestCase.Transport |
/external/python/cpython3/Lib/xmlrpc/ | ||
D | client.py | 1279 self.send_content(connection, request_body) |
/external/python/cpython2/Lib/ | ||
D | xmlrpclib.py | 1311 self.send_content(h, request_body) |
/external/python/cpython3/Lib/test/ | ||
D | test_xmlrpc.py | 1106 def send_content(self, connection, body): member in GzipServerTestCase.Transport |