Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtypes.py82 MemberDescriptorType = type(FunctionType.func_globals) variable
Dinspect.py115 return isinstance(object, types.MemberDescriptorType)
/external/python/cpython3/Lib/
Dtypes.py51 MemberDescriptorType = type(FunctionType.__globals__) variable
Dinspect.py131 return isinstance(object, types.MemberDescriptorType)
1533 type(dict_attr) is types.MemberDescriptorType):
/external/python/cpython2/Doc/library/
Dtypes.rst241 .. data:: MemberDescriptorType
/external/python/cpython3/Doc/library/
Dtypes.rst189 .. data:: MemberDescriptorType