Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ _get_default_module
Method
_get_default_module
tools/inspector_protocol/jinja2/environment.py:1086–1090 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1084
1085
@internalcode
1086
def
_get_default_module(self):
1087
if
self._module is not None:
1088
return
self._module
1089
self._module = rv = self.make_module()
1090
return
rv
1091
1092
@property
1093
def
module(self):
Callers
1
module
Method · 0.95
Calls
1
make_module
Method · 0.95
Tested by
no test coverage detected