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

Method embedded_css

python/python3/tornado/web.py:3250–3253  ·  view source on GitHub ↗

Override to return a CSS string that will be embedded in the page.

(self)

Source from the content-addressed store, hash-verified

3248 return None
3249
3250 def embedded_css(self) -> Optional[str]:
3251 """Override to return a CSS string
3252 that will be embedded in the page."""
3253 return None
3254
3255 def css_files(self) -> Optional[Iterable[str]]:
3256 """Override to returns a list of CSS files required by this module.

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected