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

Class _TemplateModule

tools/inspector_protocol/jinja2/loaders.py:417–418  ·  view source on GitHub ↗

Like a normal module but with support for weak references

Source from the content-addressed store, hash-verified

415
416
417class _TemplateModule(ModuleType):
418 """Like a normal module but with support for weak references"""
419
420
421class ModuleLoader(BaseLoader):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…