types.GetSetDescriptorType

types.GetSetDescriptorType

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.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.