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
U
to 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.