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

Re-exports

pub use crate::cpython::object::PyTypeObject;

Structs

Constants

Set if the type allows subclassing

Objects support garbage collection (see objimp.h)

Set if the type implements the vectorcall protocol (PEP 590)

Objects support type attribute cache

Set if the type object is dynamically allocated

Set if the type is ‘ready’ – fully initialized

Set while the type is being ‘readied’, to prevent recursive ready calls

Statics

built-in ‘object’

built-in ‘super’

built-in ‘type’

Functions

Type Definitions