Home
last modified time | relevance | path

Searched refs:ClassMethodDescriptorType (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Dtypes.py49 ClassMethodDescriptorType = type(dict.__dict__['fromkeys']) variable
Dinspect.py590 elif isinstance(dict_obj, (classmethod, types.ClassMethodDescriptorType)):
/third_party/python/Doc/library/
Dtypes.rst216 .. data:: ClassMethodDescriptorType
/third_party/python/Misc/NEWS.d/
D3.7.0a4.rst599 types.ClassMethodDescriptorType for unbound class methods of builtin types.
/third_party/python/Lib/test/
Dtest_types.py614 self.assertIsInstance(int.__dict__['from_bytes'], types.ClassMethodDescriptorType)
/third_party/python/Doc/whatsnew/
D3.7.rst1497 and :class:`~types.ClassMethodDescriptorType` classes are now available.