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