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

Method _async_call

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

Source from the content-addressed store, hash-verified

362
363 @internalcode
364 async def _async_call(self) -> str:
365 rv = concat(
366 [x async for x in self._stack[self._depth](self._context)] # type: ignore
367 )
368
369 if self._context.eval_ctx.autoescape:
370 return Markup(rv)
371
372 return rv
373
374 @internalcode
375 def __call__(self) -> str:

Callers 1

__call__Method · 0.95

Calls 2

concatFunction · 0.90
MarkupClass · 0.90

Tested by

no test coverage detected