(self)
| 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.""" |
no test coverage detected