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

Method _invoke

tools/inspector_protocol/jinja2/runtime.py:577–582  ·  view source on GitHub ↗

This method is being swapped out by the async implementation.

(self, arguments, autoescape)

Source from the content-addressed store, hash-verified

575 return self._invoke(arguments, autoescape)
576
577 def _invoke(self, arguments, autoescape):
578 """This method is being swapped out by the async implementation."""
579 rv = self._func(*arguments)
580 if autoescape:
581 rv = Markup(rv)
582 return rv
583
584 def __repr__(self):
585 return '<%s %s>' % (

Callers 1

__call__Method · 0.95

Calls 1

MarkupClass · 0.50

Tested by

no test coverage detected