Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtypes.py48 MethodDescriptorType = type(str.join) variable
Dtyping.py29 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias
1359 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
/external/python/cpython3/Lib/test/
Dtest_types.py592 self.assertIsInstance(str.join, types.MethodDescriptorType)
593 self.assertIsInstance(list.append, types.MethodDescriptorType)
/external/python/cpython3/Doc/library/
Dtypes.rst195 .. data:: MethodDescriptorType
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1495 :class:`~types.MethodWrapperType`, :class:`~types.MethodDescriptorType`,
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst3526 Add WrapperDescriptorType, MethodWrapperType, and MethodDescriptorType