Home
last modified time | relevance | path

Searched refs:MemberDescriptorType (Results 1 – 10 of 10) 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.py63 MemberDescriptorType = type(FunctionType.__globals__) variable
Ddataclasses.py682 if isinstance(default, types.MemberDescriptorType):
Dinspect.py132 return isinstance(object, types.MemberDescriptorType)
1621 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,
D3.8.0a1.rst5400 Dataclasses: If a field has a default value that's a MemberDescriptorType,
/external/python/cpython3/Doc/library/
Dtypes.rst290 .. data:: MemberDescriptorType
/external/python/cpython3/Lib/test/
Dtest_descr.py1349 types.MemberDescriptorType)
1364 types.MemberDescriptorType)