Home
last modified time | relevance | path

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

/third_party/python/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)
683 self.finish_request(request, client_address)
/third_party/python/Lib/test/test_asyncio/
Dutils.py156 def finish_request(self, request, client_address): member in SSLWSGIServerMixin
/third_party/python/Doc/library/
Dsocketserver.rst314 .. method:: finish_request(request, client_address)
350 Calls :meth:`finish_request` to create an instance of the
/third_party/python/Lib/test/
Dtest_wsgiref.py78 server.finish_request((inp, out), ("127.0.0.1",8888))
/third_party/python/Misc/
DHISTORY23947 finish_request() returns. (Not when it errors out though.)