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/ |
D | gopher.py | 51 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/ |
D | test_xmlrpc.py | 981 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/ |
D | xmlrpclib.py | 1289 self.send_request(h, handler, request_body) 1389 def send_request(self, connection, handler, request_body): member in Transport
|