MCPcopy Create free account
hub / github.com/nodejs/node / get_module_filename

Method get_module_filename

deps/v8/third_party/jinja2/loaders.py:632–633  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

630
631 @staticmethod
632 def get_module_filename(name: str) -> str:
633 return ModuleLoader.get_template_key(name) + ".py"
634
635 @internalcode
636 def load(

Callers 1

compile_templatesMethod · 0.45

Calls 1

get_template_keyMethod · 0.45

Tested by

no test coverage detected