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.py713 elif isinstance(dict_obj, (classmethod, types.ClassMethodDescriptorType)):
1943 types.ClassMethodDescriptorType,
/third_party/python/Doc/library/
Dtypes.rst216 .. data:: ClassMethodDescriptorType
/third_party/python/Lib/test/
Dtest_types.py618 self.assertIsInstance(int.__dict__['from_bytes'], types.ClassMethodDescriptorType)
/third_party/python/Doc/whatsnew/
D3.7.rst1497 and :class:`~types.ClassMethodDescriptorType` classes are now available.
/third_party/python/Misc/
DNEWS22948 Added types.ClassMethodDescriptorType for unbound class methods of builtin