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

Function _gettext_alias

tools/inspector_protocol/jinja2/ext.py:133–134  ·  view source on GitHub ↗
(__context, *args, **kwargs)

Source from the content-addressed store, hash-verified

131
132@contextfunction
133def _gettext_alias(__context, *args, **kwargs):
134 return __context.call(__context.resolve('gettext'), *args, **kwargs)
135
136
137def _make_new_gettext(func):

Callers

nothing calls this directly

Calls 2

callMethod · 0.45
resolveMethod · 0.45

Tested by

no test coverage detected