MCPcopy Index your code
hub / github.com/nodejs/node / __call__

Method __call__

deps/v8/third_party/jinja2/runtime.py:375–384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373
374 @internalcode
375 def __call__(self) -> str:
376 if self._context.environment.is_async:
377 return self._async_call() # type: ignore
378
379 rv = concat(self._stack[self._depth](self._context))
380
381 if self._context.eval_ctx.autoescape:
382 return Markup(rv)
383
384 return rv
385
386
387class LoopContext:

Callers

nothing calls this directly

Calls 3

_async_callMethod · 0.95
concatFunction · 0.90
MarkupClass · 0.90

Tested by

no test coverage detected