to_pytype_err

Function to_pytype_err 

Source
pub fn to_pytype_err(e: impl Display) -> PyErr
Expand description

Converts any type that implements Display to a Python TypeError.

ยงErrors

Returns a Python error with the error string.