polars_utils::python_function

Function serialize_pyobject_with_cloudpickle_fallback

Source
pub fn serialize_pyobject_with_cloudpickle_fallback(
    py_object: &PyObject,
) -> PolarsResult<Vec<u8>>
Available on crate feature python only.