MCPcopy Index your code
hub / github.com/python/mypy / pop_loop_stack

Method pop_loop_stack

mypyc/irbuild/builder.py:1002–1003  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1000 )
1001
1002 def pop_loop_stack(self) -> None:
1003 self.nonlocal_control.pop()
1004
1005 def make_spill_target(self, type: RType) -> AssignmentTarget:
1006 """Moves a given Value instance into the generator class' environment class."""

Callers 4

for_loop_helperFunction · 0.80
transform_while_stmtFunction · 0.80
emit_yield_from_or_awaitFunction · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected