Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtypes.py46 WrapperDescriptorType = type(object.__init__) variable
Dtyping.py29 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias
1366 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
/third_party/python/Lib/test/
Dtest_types.py580 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/
Dtypes.rst179 .. data:: WrapperDescriptorType
/third_party/python/Doc/whatsnew/
D3.7.rst1494 The new :class:`~types.WrapperDescriptorType`,
/third_party/python/Misc/
DNEWS14131 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