Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ __call__
Method
__call__
tools/inspector_protocol/jinja2/runtime.py:344–348 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
342
343
@internalcode
344
def
__call__(self):
345
rv = concat(self._stack[self._depth](self._context))
346
if
self._context.eval_ctx.autoescape:
347
rv = Markup(rv)
348
return
rv
349
350
351
class
LoopContextBase(object):
Callers
nothing calls this directly
Calls
2
concat
Function · 0.85
Markup
Class · 0.50
Tested by
no test coverage detected