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

Method make_globals

tools/inspector_protocol/jinja2/environment.py:882–886  ·  view source on GitHub ↗

Return a dict for the globals.

(self, d)

Source from the content-addressed store, hash-verified

880 return cls.from_code(self, self.compile(source), globals, None)
881
882 def make_globals(self, d):
883 """Return a dict for the globals."""
884 if not d:
885 return self.globals
886 return dict(self.globals, **d)
887
888
889class Template(object):

Callers 3

get_templateMethod · 0.95
select_templateMethod · 0.95
from_stringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected