Searched refs:MethodDescriptorType (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ |
D | types.py | 48 MethodDescriptorType = type(str.join) variable
|
D | typing.py | 31 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias 1748 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
|
/third_party/python/Doc/library/ |
D | types.rst | 209 .. data:: MethodDescriptorType
|
/third_party/python/Lib/test/ |
D | test_types.py | 609 self.assertIsInstance(str.join, types.MethodDescriptorType) 610 self.assertIsInstance(list.append, types.MethodDescriptorType)
|
/third_party/python/Doc/whatsnew/ |
D | 3.7.rst | 1496 :class:`~types.MethodWrapperType`, :class:`~types.MethodDescriptorType`,
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 3526 Add WrapperDescriptorType, MethodWrapperType, and MethodDescriptorType
|