#[doc(hidden)]macro_rules! pyobject_native_static_type_object {
($typeobject:expr) => { ... };
}Expand description
Helper for defining the $typeobject argument for other macros in this module.
§Safety
$typeobjectmust be a knownstatic mut PyTypeObject