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

Function enable_callback_tracebacks

crates/stdlib/src/_sqlite3.rs:702–704  ·  view source on GitHub ↗
(flag: bool)

Source from the content-addressed store, hash-verified

700
701 #[pyfunction]
702 fn enable_callback_tracebacks(flag: bool) {
703 enable_traceback().store(flag, Ordering::Relaxed);
704 }
705
706 #[pyfunction]
707 fn register_adapter(typ: PyTypeRef, adapter: ArgCallable, vm: &VirtualMachine) -> PyResult<()> {

Callers

nothing calls this directly

Calls 2

enable_tracebackFunction · 0.85
storeMethod · 0.45

Tested by

no test coverage detected