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

Method __traceback__

crates/vm/src/exceptions.rs:607–609  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

605
606 #[pygetset]
607 pub fn __traceback__(&self) -> Option<PyTracebackRef> {
608 self.traceback.read().clone()
609 }
610
611 #[pygetset(setter)]
612 pub fn set___traceback__(&self, value: PyObjectRef, vm: &VirtualMachine) -> PyResult<()> {

Callers 14

set_exceptionMethod · 0.80
split_exceptionMethod · 0.80
serializeMethod · 0.80
exception_group_matchFunction · 0.80
offer_suggestionsFunction · 0.80
remove_importlib_framesFunction · 0.80
fire_exception_traceMethod · 0.80
handle_exceptionMethod · 0.80
runMethod · 0.80
gen_throwMethod · 0.80

Calls 2

cloneMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected