Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtypes.py40 MethodWrapperType = type(object().__str__) variable
Dtyping.py31 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType
923 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
/external/python/cpython3/Lib/test/
Dtest_types.py586 self.assertIsInstance(object().__init__, types.MethodWrapperType)
587 self.assertIsInstance(object().__str__, types.MethodWrapperType)
588 self.assertIsInstance(object().__lt__, types.MethodWrapperType)
589 self.assertIsInstance((42).__lt__, types.MethodWrapperType)
/external/python/cpython3/Doc/library/
Dtypes.rst160 .. data:: MethodWrapperType
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1479 :class:`~types.MethodWrapperType`, :class:`~types.MethodDescriptorType`,
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst3531 Add WrapperDescriptorType, MethodWrapperType, and MethodDescriptorType