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

Method html_body

python/python3/tornado/web.py:3357–3358  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3355 return "".join(self._get_resources("html_head"))
3356
3357 def html_body(self) -> str:
3358 return "".join(self._get_resources("html_body"))
3359
3360
3361class _UIModuleNamespace(object):

Callers

nothing calls this directly

Calls 2

_get_resourcesMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected