Searched refs:ClassMethodDescriptorType (Results 1 – 6 of 6) sorted by relevance
42 ClassMethodDescriptorType = type(dict.__dict__['fromkeys']) variable
462 elif isinstance(dict_obj, (classmethod, types.ClassMethodDescriptorType)):
175 .. data:: ClassMethodDescriptorType
600 types.ClassMethodDescriptorType for unbound class methods of builtin types.
597 self.assertIsInstance(int.__dict__['from_bytes'], types.ClassMethodDescriptorType)
1480 and :class:`~types.ClassMethodDescriptorType` classes are now available.