MCPcopy Create free account
hub / github.com/EasyIME/PIME / on_connection_close

Method on_connection_close

python/python3/tornado/web.py:2324–2328  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2322 self.execute()
2323
2324 def on_connection_close(self) -> None:
2325 if self.stream_request_body:
2326 self.handler.on_connection_close()
2327 else:
2328 self.chunks = None # type: ignore
2329
2330 def execute(self) -> Optional[Awaitable[None]]:
2331 # If template cache is disabled (usually in the debug mode),

Callers

nothing calls this directly

Calls 1

on_connection_closeMethod · 0.45

Tested by

no test coverage detected