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

Method embedded_javascript

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

Source from the content-addressed store, hash-verified

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"))
3332
3333 def javascript_files(self) -> Iterable[str]:
3334 result = []

Callers

nothing calls this directly

Calls 2

_get_resourcesMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected