Home
last modified time | relevance | path

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

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