Home
last modified time | relevance | path

Searched refs:GetSetDescriptorType (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dtypes.py62 GetSetDescriptorType = type(FunctionType.__code__) variable
Dinspect.py116 if isinstance(ann, types.GetSetDescriptorType):
267 return isinstance(object, types.GetSetDescriptorType)
1725 if not (type(class_dict) is types.GetSetDescriptorType and
Dtyping.py1795 if isinstance(ann, types.GetSetDescriptorType):
/third_party/python/Doc/library/
Dtypes.rst339 .. data:: GetSetDescriptorType
357 ``GetSetDescriptorType``.