Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtypes.py46 WrapperDescriptorType = type(object.__init__) variable
Dtyping.py33 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias
2275 WrapperDescriptorType, MethodWrapperType, MethodDescriptorType)
Dinspect.py1941 _NonUserDefinedCallables = (types.WrapperDescriptorType,
/third_party/python/Lib/test/
Dtest_types.py595 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/
Dtypes.rst186 .. data:: WrapperDescriptorType
/third_party/python/Doc/whatsnew/
D3.7.rst1495 The new :class:`~types.WrapperDescriptorType`,
/third_party/python/Misc/
DNEWS24831 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