Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ finish
Method
finish
python/python3/tornado/routing.py:266–268 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
264
return
self.delegate.data_received(chunk)
265
266
def
finish(self) -> None:
267
assert self.delegate is not None
268
self.delegate.finish()
269
270
def
on_connection_close(self) -> None:
271
assert self.delegate is not None
Callers
1
finish
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected