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