Expand description
PyClass and related traits.
Structs§
- PyClass
Guard - A wrapper type for an immutably borrowed value from a
PyClass. - PyClass
Guard Map - Wraps a borrowed reference
Uto a value stored inside of a pyclassT - PyClass
Guard Mut - A wrapper type for a mutably borrowed value from a
PyClass - PyTraverse
Error - Error returned by a
__traverse__visitor implementation. - PyVisit
- Object visitor for GC.
Enums§
- Compare
Op - Operators for the
__richcmp__method
Traits§
- PyClass
- Types that can be used as Python classes.