Module pyo3::class::basic[][src]

Expand description

Basic Python Object customization

Check the Python C API information for more information.

Parts of the documentation are copied from the respective methods from the typeobj docs

Enums

Operators for the __richcmp__ method

Traits