Skip to main content

loads

Function loads 

pub fn loads<'py, B>(
    py: Python<'py>,
    data: &B,
) -> Result<Bound<'py, PyAny>, PyErr>
where B: AsRef<[u8]> + ?Sized,
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.