Home
last modified time | relevance | path

Searched defs:GetSetDescriptorType (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dtypes.py81 GetSetDescriptorType = type(FunctionType.func_code) variable
/external/python/cpython3/Lib/
Dtypes.py55 GetSetDescriptorType = type(FunctionType.__code__) variable