Module pyclass

Source
Expand description

PyClass and related traits.

Structs§

PyTraverseError
Error returned by a __traverse__ visitor implementation.
PyVisit
Object visitor for GC.

Enums§

CompareOp
Operators for the __richcmp__ method
IterANextOutputDeprecated
Output of __anext__.
IterNextOutputDeprecated
Output of __next__ which can either yield the next value in the iteration, or return a value to raise StopIteration in Python.

Traits§

PyClass
Types that can be used as Python classes.

Type Aliases§

PyIterANextOutputDeprecated
An IterANextOutput of Python objects.
PyIterNextOutputDeprecated
Alias of IterNextOutput with PyObject yield & return values.