Skip to main content

pyobject_native_static_type_object

Macro pyobject_native_static_type_object 

Source
#[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

  • $typeobject must be a known static mut PyTypeObject
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here