Searched refs:WrapperDescriptorType (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ |
D | types.py | 46 WrapperDescriptorType = type(object.__init__) variable
|
D | typing.py | 29 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias 1366 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
|
/third_party/python/Lib/test/ |
D | test_types.py | 580 self.assertIsInstance(object.__init__, types.WrapperDescriptorType) 581 self.assertIsInstance(object.__str__, types.WrapperDescriptorType) 582 self.assertIsInstance(object.__lt__, types.WrapperDescriptorType) 583 self.assertIsInstance(int.__lt__, types.WrapperDescriptorType)
|
/third_party/python/Doc/library/ |
D | types.rst | 179 .. data:: WrapperDescriptorType
|
/third_party/python/Doc/whatsnew/ |
D | 3.7.rst | 1494 The new :class:`~types.WrapperDescriptorType`,
|
/third_party/python/Misc/ |
D | NEWS | 14131 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim 14352 - bpo-29377: Add WrapperDescriptorType, MethodWrapperType, and 17084 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim 21047 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim
|