MCPcopy
hub / github.com/tornadoweb/tornado / on_connection_close

Method on_connection_close

tornado/test/web_test.py:547–548  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

545 yield self.test.cleanup_event.wait()
546
547 def on_connection_close(self):
548 self.test.on_connection_close()
549
550
551class ConnectionCloseTest(WebTestCase):

Callers

nothing calls this directly

Calls 1

on_connection_closeMethod · 0.45

Tested by

no test coverage detected