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ยง
- Operators for the
__richcmp__
method
Traitsยง
- Frozen ๐ปA trait which is used to describe whether a
#[pyclass]
is frozen. - Types that can be used as Python classes.