[][src]Macro pyo3::import_exception_type_object

macro_rules! import_exception_type_object {
    ($module: expr, $name: ident) => { ... };
}

impl $crate::type_object::PyTypeObject for $name where $name is an exception defined in Python code.