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

Function adapters

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

Source from the content-addressed store, hash-verified

829 }
830
831 fn adapters() -> &'static Py<PyDict> {
832 ADAPTERS.get().expect("adapters not initialize")
833 }
834
835 fn user_function_exception() -> &'static PyAtomicRef<Option<PyBaseException>> {
836 USER_FUNCTION_EXCEPTION

Callers 3

register_adapterFunction · 0.85
_adaptFunction · 0.85
module_execFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected