Home
last modified time | relevance | path

Searched refs:finish_request (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/
DSocketServer.py318 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/
Dsocketserver.py347 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/
DScanView.py169 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/
Dutils.py154 def finish_request(self, request, client_address): member in SSLWSGIServerMixin
/external/python/cpython2/Lib/test/
Dtest_wsgiref.py55 server.finish_request((inp,out), ("127.0.0.1",8888))
/external/python/cpython2/Doc/library/
Dsocketserver.rst287 .. method:: finish_request(request, client_address)
319 Calls :meth:`finish_request` to create an instance of the
/external/python/cpython3/Doc/library/
Dsocketserver.rst312 .. method:: finish_request(request, client_address)
348 Calls :meth:`finish_request` to create an instance of the
/external/python/cpython3/Lib/test/
Dtest_wsgiref.py76 server.finish_request((inp, out), ("127.0.0.1",8888))
/external/python/cpython2/Misc/
DHISTORY6568 finish_request() returns. (Not when it errors out though.)
/external/python/cpython3/Misc/
DHISTORY23947 finish_request() returns. (Not when it errors out though.)