Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
133
def
_gettext_alias(__context, *args, **kwargs):
134
return
__context.call(__context.resolve(
'gettext'
), *args, **kwargs)
135
136
137
def
_make_new_gettext(func):
Callers
nothing calls this directly
Calls
2
call
Method · 0.45
resolve
Method · 0.45
Tested by
no test coverage detected