Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ prepare
Method
prepare
python/python3/tornado/web.py:3055–3058 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3053
self.fallback = fallback
3054
3055
def
prepare(self) -> None:
3056
self.fallback(self.request)
3057
self._finished = True
3058
self.on_finish()
3059
3060
3061
class
OutputTransform(object):
Callers
nothing calls this directly
Calls
2
on_finish
Method · 0.80
fallback
Method · 0.45
Tested by
no test coverage detected