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 eitheryield
the next value in the iteration, orreturn
a value to raiseStopIteration
in Python.
Traits§
- Types that can be used as Python classes.
Type Aliases§
- PyIterA
Next Output Deprecated An IterANextOutput of Python objects. - PyIter
Next Output Deprecated Alias ofIterNextOutput
withPyObject
yield & return values.