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
2016-10-07 17:45:51
Comments
Leave a Comment

Please login to continue.