Expand description
PyClass and related traits.
Structs§
- Error returned by a
__traverse__visitor implementation. - Object visitor for GC.
Enums§
- Operators for the
__richcmp__method - IterA
Next Output Deprecated Output of__anext__. - Iter
Next Output Deprecated Output of__next__which can eitheryieldthe next value in the iteration, orreturna value to raiseStopIterationin Python.
Traits§
- PyClass
gil-refsTypes that can be used as Python classes.
Type Aliases§
- PyIterA
Next Output Deprecated An IterANextOutput of Python objects. - PyIter
Next Output Deprecated Alias ofIterNextOutputwithPyObjectyield & return values.