MCPcopy
hub / github.com/aio-libs/aiohttp / cleanup

Method cleanup

aiohttp/web.py:264–269  ·  view source on GitHub ↗

Causes on_cleanup signal Should be called after shutdown()

(self)

Source from the content-addressed store, hash-verified

262
263 @asyncio.coroutine
264 def cleanup(self):
265 """Causes on_cleanup signal
266
267 Should be called after shutdown()
268 """
269 yield from self.on_cleanup.send(self)
270
271 @asyncio.coroutine
272 def finish(self):

Callers 4

finishMethod · 0.95
test_app_register_coroFunction · 0.95
run_appFunction · 0.80

Calls 1

sendMethod · 0.45

Tested by 2

test_app_register_coroFunction · 0.76