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

Method inner

tools/inspector_protocol/jinja2/compiler.py:172–176  ·  view source on GitHub ↗

Return an inner frame.

(self, isolated=False)

Source from the content-addressed store, hash-verified

170 return rv
171
172 def inner(self, isolated=False):
173 """Return an inner frame."""
174 if isolated:
175 return Frame(self.eval_ctx, level=self.symbols.level + 1)
176 return Frame(self.eval_ctx, self)
177
178 def soft(self):
179 """Return a soft frame. A soft frame may not be modified as

Callers 8

macro_bodyMethod · 0.45
visit_ForMethod · 0.45
visit_FilterBlockMethod · 0.45
visit_WithMethod · 0.45
visit_AssignBlockMethod · 0.45
visit_ScopeMethod · 0.45
visit_OverlayScopeMethod · 0.45
backChnnlFunction · 0.45

Calls 1

FrameClass · 0.70

Tested by

no test coverage detected