(&mut self)
| 9630 | } |
| 9631 | |
| 9632 | fn emit_nop(&mut self) { |
| 9633 | emit!(self, Instruction::Nop); |
| 9634 | } |
| 9635 | |
| 9636 | /// Enter a conditional block (if/for/while/match/try/with) |
| 9637 | /// PEP 649: Track conditional annotation context |
no outgoing calls
no test coverage detected