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

Method leave_frame

tools/inspector_protocol/jinja2/compiler.py:492–498  ·  view source on GitHub ↗
(self, frame, with_python_scope=False)

Source from the content-addressed store, hash-verified

490 self.writeline('%s = missing' % ' = '.join(undefs))
491
492 def leave_frame(self, frame, with_python_scope=False):
493 if not with_python_scope:
494 undefs = []
495 for target, _ in iteritems(frame.symbols.loads):
496 undefs.append(target)
497 if undefs:
498 self.writeline('%s = missing' % ' = '.join(undefs))
499
500 def func(self, name):
501 if self.environment.is_async:

Callers 8

macro_bodyMethod · 0.95
visit_TemplateMethod · 0.95
visit_ForMethod · 0.95
visit_FilterBlockMethod · 0.95
visit_WithMethod · 0.95
visit_AssignBlockMethod · 0.95
visit_ScopeMethod · 0.95
visit_OverlayScopeMethod · 0.95

Calls 3

writelineMethod · 0.95
appendMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected