Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_converter
Function · 0.85
module_exec
Function · 0.85
build_row_cast_map
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected