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

Method dump_local_context

tools/inspector_protocol/jinja2/compiler.py:600–603  ·  view source on GitHub ↗
(self, frame)

Source from the content-addressed store, hash-verified

598 return rv
599
600 def dump_local_context(self, frame):
601 return '{%s}' % ', '.join(
602 '%r: %s' % (name, target) for name, target
603 in iteritems(frame.symbols.dump_stores()))
604
605 def write_commons(self):
606 """Writes a common preamble that is used by root and block functions.

Callers 4

derive_contextMethod · 0.95
visit_IncludeMethod · 0.95
visit_ImportMethod · 0.95
visit_FromImportMethod · 0.95

Calls 2

joinMethod · 0.45
dump_storesMethod · 0.45

Tested by

no test coverage detected