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

Method html_head

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

Source from the content-addressed store, hash-verified

3352 return result
3353
3354 def html_head(self) -> str:
3355 return "".join(self._get_resources("html_head"))
3356
3357 def html_body(self) -> str:
3358 return "".join(self._get_resources("html_body"))

Callers

nothing calls this directly

Calls 2

_get_resourcesMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected