MCPcopy 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
3061class OutputTransform(object):

Callers

nothing calls this directly

Calls 2

on_finishMethod · 0.80
fallbackMethod · 0.45

Tested by

no test coverage detected