Function pythonize::pythonize

source ·
pub fn pythonize<T>(py: Python<'_>, value: &T) -> Result<PyObject>
where T: ?Sized + Serialize,
Expand description

Attempt to convert the given data into a Python object