Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtypes.py48 MethodDescriptorType = type(str.join) variable
Dtyping.py31 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias
1748 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
/third_party/python/Doc/library/
Dtypes.rst209 .. data:: MethodDescriptorType
/third_party/python/Lib/test/
Dtest_types.py609 self.assertIsInstance(str.join, types.MethodDescriptorType)
610 self.assertIsInstance(list.append, types.MethodDescriptorType)
/third_party/python/Doc/whatsnew/
D3.7.rst1496 :class:`~types.MethodWrapperType`, :class:`~types.MethodDescriptorType`,
/third_party/python/Misc/NEWS.d/
D3.7.0a1.rst3526 Add WrapperDescriptorType, MethodWrapperType, and MethodDescriptorType