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

Method _get_resources

python/python3/tornado/web.py:3327–3328  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

3325 return self.render_string(path, set_resources=set_resources, **kwargs)
3326
3327 def _get_resources(self, key: str) -> Iterable[str]:
3328 return (r[key] for r in self._resource_list if key in r)
3329
3330 def embedded_javascript(self) -> str:
3331 return "\n".join(self._get_resources("embedded_javascript"))

Callers 6

embedded_javascriptMethod · 0.95
javascript_filesMethod · 0.95
embedded_cssMethod · 0.95
css_filesMethod · 0.95
html_headMethod · 0.95
html_bodyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected