Function loads
pub fn loads<'py, B>(
py: Python<'py>,
data: &B,
) -> Result<Bound<'py, PyAny>, PyErr> ⓘ
Available on crate features
dep_pyo3
and std
only.Expand description
Deserialize an object from bytes using the Python built-in marshal module.