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

Basic Python Object customization

Check python c-api information for more information.

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

Traits

PyObjectBoolProtocol
PyObjectBytesProtocol
PyObjectDelAttrProtocol
PyObjectFormatProtocol
PyObjectGetAttrProtocol
PyObjectHashProtocol
PyObjectProtocol

Basic python class customization

PyObjectReprProtocol
PyObjectRichcmpProtocol
PyObjectSetAttrProtocol
PyObjectStrProtocol
PyObjectUnicodeProtocol