Searched refs:WrapperDescriptorType (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/ |
D | types.py | 46 WrapperDescriptorType = type(object.__init__) variable
|
D | typing.py | 31 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias 1748 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
|
/third_party/python/Lib/test/ |
D | test_types.py | 597 self.assertIsInstance(object.__init__, types.WrapperDescriptorType) 598 self.assertIsInstance(object.__str__, types.WrapperDescriptorType) 599 self.assertIsInstance(object.__lt__, types.WrapperDescriptorType) 600 self.assertIsInstance(int.__lt__, types.WrapperDescriptorType)
|
/third_party/python/Doc/library/ |
D | types.rst | 186 .. data:: WrapperDescriptorType
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 495 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim
|
D | 3.5.4rc1.rst | 561 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim
|
D | 3.7.0a1.rst | 2813 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim 3526 Add WrapperDescriptorType, MethodWrapperType, and MethodDescriptorType
|
/third_party/python/Doc/whatsnew/ |
D | 3.7.rst | 1495 The new :class:`~types.WrapperDescriptorType`,
|