ID EN
Types

GetSetDescriptorType

Python 3.11

The type of objects defined in extension modules with PyGetSetDef, such as FrameType.f_locals or array.array.typecode. This type is used as descriptor for object attributes; it has the same purpose as the property type, but for classes defined in extension modules.

Syntax

PYTHON
types.GetSetDescriptorType

See Also

FrameType.f_locals property