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.py33 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias
2275 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
/third_party/python/Doc/library/
Dtypes.rst209 .. data:: MethodDescriptorType
/third_party/python/Lib/test/
Dtest_types.py613 self.assertIsInstance(str.join, types.MethodDescriptorType)
614 self.assertIsInstance(list.append, types.MethodDescriptorType)
/third_party/python/Doc/whatsnew/
D3.7.rst1496 :class:`~types.MethodWrapperType`, :class:`~types.MethodDescriptorType`,
/third_party/python/Misc/
DNEWS25053 MethodDescriptorType built-in types to types module. Original patch by