MCPcopy Index your code
hub / github.com/RustPython/RustPython / emit_nop

Method emit_nop

crates/codegen/src/compile.rs:9632–9634  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

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

Callers 2

compile_ifMethod · 0.80
compile_whileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected