Searched refs:MethodDescriptorType (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/ |
D | types.py | 48 MethodDescriptorType = type(str.join) variable
|
D | typing.py | 29 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias 1359 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
|
/external/python/cpython3/Lib/test/ |
D | test_types.py | 592 self.assertIsInstance(str.join, types.MethodDescriptorType) 593 self.assertIsInstance(list.append, types.MethodDescriptorType)
|
/external/python/cpython3/Doc/library/ |
D | types.rst | 195 .. data:: MethodDescriptorType
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1495 :class:`~types.MethodWrapperType`, :class:`~types.MethodDescriptorType`,
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 3526 Add WrapperDescriptorType, MethodWrapperType, and MethodDescriptorType
|