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

Method fatal

crates/vm/src/frame.rs:9584–9587  ·  view source on GitHub ↗
(&self, msg: &'static str)

Source from the content-addressed store, hash-verified

9582 #[inline(never)]
9583 #[track_caller]
9584 fn fatal(&self, msg: &'static str) -> ! {
9585 dbg!(self);
9586 panic!("{msg}")
9587 }
9588}
9589
9590impl fmt::Debug for Frame {

Callers 3

push_stackref_optMethod · 0.45
pop_stackref_optMethod · 0.45
top_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected