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