Searched refs:GetSetDescriptorType (Results 1 – 6 of 6) sorted by relevance
81 GetSetDescriptorType = type(FunctionType.func_code) variable
132 return isinstance(object, types.GetSetDescriptorType)
231 .. data:: GetSetDescriptorType251 ``GetSetDescriptorType``.
62 GetSetDescriptorType = type(FunctionType.__code__) variable
149 return isinstance(object, types.GetSetDescriptorType)1599 if not (type(class_dict) is types.GetSetDescriptorType and
282 .. data:: GetSetDescriptorType300 ``GetSetDescriptorType``.