Searched refs:finish_request (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/ |
H A D | socketserver.py | 181 - finish_request(request, client_address) 271 # - finish_request() instantiates the request handler class; this 343 """Call finish_request. 348 self.finish_request(request, client_address) 359 def finish_request(self, request, client_address): member in BaseServer 419 - finish_request(request, client_address) 624 self.finish_request(request, client_address) 691 self.finish_request(request, client_address)
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | utils.py | 156 def finish_request(self, request, client_address): member in SSLWSGIServerMixin
|
/third_party/python/Lib/http/ |
H A D | server.py | 1309 def finish_request(self, request, client_address): member in .DualStackServer
|
/third_party/python/Lib/test/ |
H A D | test_wsgiref.py | 77 server.finish_request((inp, out), ("127.0.0.1",8888))
|
Completed in 5 milliseconds