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

Method embedded_javascript

python/python3/tornado/web.py:3237–3240  ·  view source on GitHub ↗

Override to return a JavaScript string to be embedded in the page.

(self)

Source from the content-addressed store, hash-verified

3235 raise NotImplementedError()
3236
3237 def embedded_javascript(self) -> Optional[str]:
3238 """Override to return a JavaScript string
3239 to be embedded in the page."""
3240 return None
3241
3242 def javascript_files(self) -> Optional[Iterable[str]]:
3243 """Override to return a list of JavaScript files needed by this module.

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected