8000 bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377) · python/cpython@02815d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02815d9

Browse files
bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377)
1 parent 9e06d03 commit 02815d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ inspect
240240
triggering dynamic lookup via the descriptor protocol. (Contributed by
241241
Weipeng Hong in :issue:`30533`.)
242242

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`.)
243245

244246
math
245247
----

0 commit comments

Comments
 (0)
0