Searched refs:finish_request (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/ |
D | SocketServer.py | 318 self.finish_request(request, client_address) 329 def finish_request(self, request, client_address): member in BaseServer 571 self.finish_request(request, client_address) 596 self.finish_request(request, client_address)
|
/external/python/cpython3/Lib/ |
D | socketserver.py | 347 self.finish_request(request, client_address) 358 def finish_request(self, request, client_address): member in BaseServer 616 self.finish_request(request, client_address) 650 self.finish_request(request, client_address)
|
/external/clang/tools/scan-view/share/ |
D | ScanView.py | 169 def finish_request(self, request, client_address): member in ScanViewServer 173 BaseHTTPServer.HTTPServer.finish_request(self, request, client_address)
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 154 def finish_request(self, request, client_address): member in SSLWSGIServerMixin
|
/external/python/cpython2/Lib/test/ |
D | test_wsgiref.py | 55 server.finish_request((inp,out), ("127.0.0.1",8888))
|
/external/python/cpython2/Doc/library/ |
D | socketserver.rst | 287 .. method:: finish_request(request, client_address) 319 Calls :meth:`finish_request` to create an instance of the
|
/external/python/cpython3/Doc/library/ |
D | socketserver.rst | 312 .. method:: finish_request(request, client_address) 348 Calls :meth:`finish_request` to create an instance of the
|
/external/python/cpython3/Lib/test/ |
D | test_wsgiref.py | 76 server.finish_request((inp, out), ("127.0.0.1",8888))
|
/external/python/cpython2/Misc/ |
D | HISTORY | 6568 finish_request() returns. (Not when it errors out though.)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 23947 finish_request() returns. (Not when it errors out though.)
|