Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ __html__
Method
__html__
tools/inspector_protocol/jinja2/environment.py:1157–1158 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1155
self.__name__ = template.name
1156
1157
def
__html__(self):
1158
return
Markup(concat(self._body_stream))
1159
1160
def
__str__(self):
1161
return
concat(self._body_stream)
Callers
4
do_forceescape
Function · 0.45
do_striptags
Function · 0.45
visit_Output
Method · 0.45
visit_Output
Method · 0.45
Calls
2
concat
Function · 0.85
Markup
Class · 0.50
Tested by
no test coverage detected