Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ on_finish
Method
on_finish
benchmark/async.py:97–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
self.write(
'OK'
)
96
97
def
on_finish(self):
98
tornado.ioloop.IOLoop.instance().stop()
99
100
app = tornado.web.Application([
101
(r
'/prepare'
, PrepareHandler),
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected