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

Function user_function_exception

crates/stdlib/src/_sqlite3.rs:835–839  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

833 }
834
835 fn user_function_exception() -> &'static PyAtomicRef<Option<PyBaseException>> {
836 USER_FUNCTION_EXCEPTION
837 .get()
838 .expect("user function exception not initialize")
839 }
840
841 fn enable_traceback() -> &'static PyAtomic<bool> {
842 ENABLE_TRACEBACK

Callers 2

executeMethod · 0.85
step_row_else_doneMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected