Crate python3_sys[][src]

Re-exports

pub use crate::frameobject::PyFrameObject;

Modules

Structs

Enums

Constants

Maximum number of dimensions

Set if the type allows subclassing

Objects support garbage collection (see objimp.h)

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

Object has up-to-date type attribute cache

Statics

built-in ‘object’

built-in ‘super’

built-in ‘type’

Functions

Test if an object has a GC head

Macro, only to be used to fill in brand new tuples

Test if a type has a GC head

Test if a type supports weak references

Type Definitions