Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtypes.py63 MemberDescriptorType = type(FunctionType.__globals__) variable
Ddataclasses.py735 if isinstance(default, types.MemberDescriptorType):
Dinspect.py250 return isinstance(object, types.MemberDescriptorType)
1747 type(dict_attr) is types.MemberDescriptorType):
/third_party/python/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,
/third_party/python/Doc/library/
Dtypes.rst347 .. data:: MemberDescriptorType
/third_party/python/Lib/test/
Dtest_descr.py1365 types.MemberDescriptorType)
1380 types.MemberDescriptorType)