Home
last modified time | relevance | path

Searched refs:GetSetDescriptorType (Results 1 – 3 of 3) 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``.