Module python_comm::raise_error_use[][src]

Expand description

Raise anyhow::Error or pyo3::PyErr with file_name/line/function_name.

Usage

use python_comm::raise_error_use::*;

Re-exports

pub use crate::raise_error;