pyo3

Module pyclass

Source
Expand description

PyClass and related traits.

Re-exportsยง

pub use self::gc::PyTraverseError;
pub use self::gc::PyVisit;

Modulesยง

boolean_struct ๐Ÿ‘ป
A workaround for associated const equality.
create_type_object ๐Ÿ”’
gc ๐Ÿ”’
tests ๐Ÿ”’

Enumsยง

CompareOp
Operators for the __richcmp__ method

Traitsยง

Frozen ๐Ÿ‘ป
A trait which is used to describe whether a #[pyclass] is frozen.
PyClass
Types that can be used as Python classes.
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here