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

Function converters

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

Source from the content-addressed store, hash-verified

825 }
826
827 fn converters() -> &'static Py<PyDict> {
828 CONVERTERS.get().expect("converters not initialize")
829 }
830
831 fn adapters() -> &'static Py<PyDict> {
832 ADAPTERS.get().expect("adapters not initialize")

Callers 3

register_converterFunction · 0.85
module_execFunction · 0.85
build_row_cast_mapMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected