pyo3::marshal

Function dumps_bound

Source
pub fn dumps_bound<'py>(
    py: Python<'py>,
    object: &impl AsPyPointer,
    version: i32,
) -> PyResult<Bound<'py, PyBytes>>
👎Deprecated since 0.23.0: use dumps instead
Available on non-Py_LIMITED_API only.
Expand description

Deprecated form of dumps.

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