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

Function async_call

tools/inspector_protocol/jinja2/asyncsupport.py:84–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82def wrap_block_reference_call(original_call):
83 @internalcode
84 async def async_call(self):
85 rv = await concat_async(self._stack[self._depth](self._context))
86 if self._context.eval_ctx.autoescape:
87 rv = Markup(rv)
88 return rv
89
90 @internalcode
91 def __call__(self):

Callers 1

__call__Function · 0.85

Calls 2

concat_asyncFunction · 0.85
MarkupClass · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…