Searched refs:WrapperDescriptorType (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/ |
| D | types.py | 46 WrapperDescriptorType = type(object.__init__) variable
|
| D | typing.py | 33 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias 2275 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
|
| D | inspect.py | 1941 _NonUserDefinedCallables = (types.WrapperDescriptorType,
|
| /third_party/python/Lib/test/ |
| D | test_types.py | 595 self.assertIsInstance(object.__init__, types.WrapperDescriptorType) 596 self.assertIsInstance(object.__str__, types.WrapperDescriptorType) 597 self.assertIsInstance(object.__lt__, types.WrapperDescriptorType) 598 self.assertIsInstance(int.__lt__, types.WrapperDescriptorType)
|
| /third_party/python/Doc/library/ |
| D | types.rst | 186 .. data:: WrapperDescriptorType
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.7.rst | 1495 The new :class:`~types.WrapperDescriptorType`,
|
| /third_party/python/Misc/ |
| D | NEWS | 24831 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim 25052 - bpo-29377: Add WrapperDescriptorType, MethodWrapperType, and 27781 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim 31708 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim
|