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

Function __call__

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

Source from the content-addressed store, hash-verified

89
90 @internalcode
91 def __call__(self):
92 if not self._context.environment.is_async:
93 return original_call(self)
94 return async_call(self)
95
96 return update_wrapper(__call__, original_call)
97

Callers

nothing calls this directly

Calls 1

async_callFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…