Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ __html__
Method
__html__
deps/v8/third_party/jinja2/environment.py:1547–1548 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1545
self.__name__ = template.name
1546
1547
def
__html__(self) -> Markup:
1548
return
Markup(concat(self._body_stream))
1549
1550
def
__str__(self) -> str:
1551
return
concat(self._body_stream)
Callers
nothing calls this directly
Calls
2
Markup
Class · 0.90
concat
Function · 0.90
Tested by
no test coverage detected