Searched refs:MethodDescriptorType (Results 1 – 6 of 6) sorted by relevance
48 MethodDescriptorType = type(str.join) variable
33 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias2275 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
209 .. data:: MethodDescriptorType
613 self.assertIsInstance(str.join, types.MethodDescriptorType)614 self.assertIsInstance(list.append, types.MethodDescriptorType)
1496 :class:`~types.MethodWrapperType`, :class:`~types.MethodDescriptorType`,
25053 MethodDescriptorType built-in types to types module. Original patch by