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

Method render_string

python/python3/tornado/web.py:3275–3277  ·  view source on GitHub ↗

Renders a template and returns it as a string.

(self, path: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

3273 return None
3274
3275 def render_string(self, path: str, **kwargs: Any) -> bytes:
3276 """Renders a template and returns it as a string."""
3277 return self.handler.render_string(path, **kwargs)
3278
3279
3280class _linkify(UIModule):

Callers 6

renderMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
on_messageMethod · 0.45

Calls

no outgoing calls

Tested by 5

getMethod · 0.36
getMethod · 0.36
getMethod · 0.36
getMethod · 0.36
on_messageMethod · 0.36