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

Method has_exc

crates/stdlib/src/_opcode.rs:144–148  ·  view source on GitHub ↗
(_opcode: i32)

Source from the content-addressed store, hash-verified

142 /// Check if instruction has exception info
143 #[must_use]
144 pub fn has_exc(_opcode: i32) -> bool {
145 // No instructions have exception info in RustPython
146 // (exception handling is done via exception table)
147 false
148 }
149 }
150
151 // prepare specialization

Callers 1

opcode.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected