pub fn to_py_error<T>(_label: &str, r: PuffResult<T>) -> PyResult<T>
Expand description

Convert a PuffError to a PyError