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

Method is_pop_block

crates/compiler-core/src/bytecode/instruction.rs:1629–1631  ·  view source on GitHub ↗

Returns true if this is a POP_BLOCK pseudo instruction.

(&self)

Source from the content-addressed store, hash-verified

1627
1628 /// Returns true if this is a POP_BLOCK pseudo instruction.
1629 pub fn is_pop_block(&self) -> bool {
1630 matches!(self, Self::Pseudo(PseudoInstruction::PopBlock))
1631 }
1632}
1633
1634/// What effect the instruction has on the stack.

Callers 1

label_exception_targetsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected