Expand description
PyClass
and related traits.
Structs§
- PyTraverse
Error - Error returned by a
__traverse__
visitor implementation. - PyVisit
- Object visitor for GC.
Enums§
- Compare
Op - 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§
- PyClass
- Types that can be used as Python classes.
Type Aliases§
- PyIterA
Next Output Deprecated - An IterANextOutput of Python objects.
- PyIter
Next Output Deprecated - Alias of
IterNextOutput
withPyObject
yield & return values.