Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ embedded_css
Method
embedded_css
python/python3/tornado/web.py:3342–3343 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3340
return
result
3341
3342
def
embedded_css(self) -> str:
3343
return
"\n"
.join(self._get_resources(
"embedded_css"
))
3344
3345
def
css_files(self) -> Iterable[str]:
3346
result = []
Callers
nothing calls this directly
Calls
2
_get_resources
Method · 0.95
join
Method · 0.80
Tested by
no test coverage detected