Function pyo3::marshal::dumps

source ·
pub fn dumps<'py>(
    py: Python<'py>,
    object: &impl AsPyPointer,
    version: i32
) -> PyResult<&'py PyBytes>
👎Deprecated since 0.21.0: dumps will be replaced by dumps_bound in a future PyO3 version
Available on non-Py_LIMITED_API only.
Expand description

Deprecated form of dumps_bound

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here