MCPcopy 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

MarkupClass · 0.90
concatFunction · 0.90

Tested by

no test coverage detected