MCPcopy Create free account
hub / github.com/pydantic/jiter / init_jiter_python

Function init_jiter_python

crates/jiter-python/src/lib.rs:71–75  ·  view source on GitHub ↗
(m: &Bound<'_, PyModule>)

Source from the content-addressed store, hash-verified

69
70 #[pymodule_init]
71 fn init_jiter_python(m: &Bound<'_, PyModule>) -> PyResult<()> {
72 m.add("__version__", get_jiter_version())?;
73 m.add_class::<LosslessFloat>()?;
74 Ok(())
75 }
76}

Callers

nothing calls this directly

Calls 1

get_jiter_versionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…