Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ get_module_filename
Method
get_module_filename
tools/inspector_protocol/jinja2/loaders.py:462–463 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
460
461
@staticmethod
462
def
get_module_filename(name):
463
return
ModuleLoader.get_template_key(name) +
'.py'
464
465
@internalcode
466
def
load(self, environment, name, globals=None):
Callers
1
compile_templates
Method · 0.45
Calls
1
get_template_key
Method · 0.45
Tested by
no test coverage detected