macro_rules! pyobject_native_type_core {
    ($name:ty, $typeobject:expr, #module=$module:expr $(, #checkfunction=$checkfunction:path)? $(;$generics:ident)*) => { ... };
    ($name:ty, $typeobject:expr $(, #checkfunction=$checkfunction:path)? $(;$generics:ident)*) => { ... };
}
Expand description

Declares all of the boilerplate for Python types.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here