MCPcopy 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_forceescapeFunction · 0.45
do_striptagsFunction · 0.45
visit_OutputMethod · 0.45
visit_OutputMethod · 0.45

Calls 2

concatFunction · 0.85
MarkupClass · 0.50

Tested by

no test coverage detected