Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtypes.py81 GetSetDescriptorType = type(FunctionType.func_code) variable
Dinspect.py132 return isinstance(object, types.GetSetDescriptorType)
/external/python/cpython2/Doc/library/
Dtypes.rst231 .. data:: GetSetDescriptorType
251 ``GetSetDescriptorType``.
/external/python/cpython3/Lib/
Dtypes.py62 GetSetDescriptorType = type(FunctionType.__code__) variable
Dinspect.py149 return isinstance(object, types.GetSetDescriptorType)
1599 if not (type(class_dict) is types.GetSetDescriptorType and
/external/python/cpython3/Doc/library/
Dtypes.rst282 .. data:: GetSetDescriptorType
300 ``GetSetDescriptorType``.