Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtypes.py60 GetSetDescriptorType = type(FunctionType.__code__) variable
Dinspect.py217 if isinstance(ann, types.GetSetDescriptorType):
368 return isinstance(object, types.GetSetDescriptorType)
1802 if not (type(class_dict) is types.GetSetDescriptorType and
Dtyping.py2320 if isinstance(ann, types.GetSetDescriptorType):
/third_party/python/Doc/library/
Dtypes.rst346 .. data:: GetSetDescriptorType
364 ``GetSetDescriptorType``.