Module pyo3::pyclass

source ·
Expand description

PyClass and related traits.

Structs

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

Enums

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

Traits

Types that can be used as Python classes.

Type Definitions

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