Macro pyo3::create_exception_type_object[][src]

macro_rules! create_exception_type_object {
    ($module : ident, $name : ident, $base : ty) => { ... };
}
Expand description

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