Home
last modified time | relevance | path

Searched refs:send_request (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
Dgopher.py51 def send_request(selector, host, port): function
59 f = send_request(selector, host, port)
95 f = send_request(selector, host, port)
114 f = send_request(selector, host, port)
121 f = send_request(selector, host, port)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xmlrpc.py981 def send_request(self, conn, url, body): member in TransportSubclassTestCase.test_send_request.TestTransport
982 xmlrpclib.Transport.send_request(self, conn, url, body)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmlrpclib.py1289 self.send_request(h, handler, request_body)
1389 def send_request(self, connection, handler, request_body): member in Transport