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``.
55 GetSetDescriptorType = type(FunctionType.__code__) variable
148 return isinstance(object, types.GetSetDescriptorType)1560 if not (type(class_dict) is types.GetSetDescriptorType and
236 .. data:: GetSetDescriptorType254 ``GetSetDescriptorType``.