Function dbn::python::to_py_err

source ยท
pub fn to_py_err(e: impl Display) -> PyErr
Available on crate feature python only.
Expand description

A helper function for converting any type that implements Debug to a Python ValueError.