Home
last modified time | relevance | path

Searched refs:finish_request (Results 1 – 5 of 5) 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/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/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()
319 Calls :meth:`finish_request` to create an instance of the
/external/python/cpython2/Misc/
DHISTORY6568 finish_request() returns. (Not when it errors out though.)