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

Method render

python/python3/tornado/web.py:3233–3235  ·  view source on GitHub ↗

Override in subclasses to return this module's output.

(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

3231 return self.handler.current_user
3232
3233 def render(self, *args: Any, **kwargs: Any) -> str:
3234 """Override in subclasses to return this module's output."""
3235 raise NotImplementedError()
3236
3237 def embedded_javascript(self) -> Optional[str]:
3238 """Override to return a JavaScript string

Callers 2

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected