Home
last modified time | relevance | path

Searched refs:MemberDescriptorType (Results 1 – 9 of 9) 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.py56 MemberDescriptorType = type(FunctionType.__globals__) variable
Ddataclasses.py662 if isinstance(default, types.MemberDescriptorType):
Dinspect.py131 return isinstance(object, types.MemberDescriptorType)
1582 type(dict_attr) is types.MemberDescriptorType):
/external/python/cpython2/Doc/library/
Dtypes.rst241 .. data:: MemberDescriptorType
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst199 Dataclasses: If a field has a default value that's a MemberDescriptorType,
/external/python/cpython3/Doc/library/
Dtypes.rst244 .. data:: MemberDescriptorType
/external/python/cpython3/Lib/test/
Dtest_descr.py1340 types.MemberDescriptorType)
1355 types.MemberDescriptorType)