Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e06d03 commit 02815d9Copy full SHA for 02815d9
1 file changed
Doc/whatsnew/3.11.rst
@@ -240,6 +240,8 @@ inspect
240
triggering dynamic lookup via the descriptor protocol. (Contributed by
241
Weipeng Hong in :issue:`30533`.)
242
243
+* Add :func:`inspect.ismethodwrapper` for checking if the type of an object is a
244
+ :class:`~types.MethodWrapperType`. (Contributed by Hakan Çelik in :issue:`29418`.)
245
246
math
247
----
0 commit comments