ID EN
Types

MemberDescriptorType

Python 3.11

The type of objects defined in extension modules with PyMemberDef, such as datetime.timedelta.days. This type is used as descriptor for simple C data members which use standard conversion functions; it has the same purpose as the property type, but for classes defined in extension modules.

Syntax

PYTHON
types.MemberDescriptorType

See Also

property __slots__ __dict__