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