mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377)
This commit is contained in:
parent
9e06d03672
commit
02815d9393
1 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,8 @@ inspect
|
|||
triggering dynamic lookup via the descriptor protocol. (Contributed by
|
||||
Weipeng Hong in :issue:`30533`.)
|
||||
|
||||
* Add :func:`inspect.ismethodwrapper` for checking if the type of an object is a
|
||||
:class:`~types.MethodWrapperType`. (Contributed by Hakan Çelik in :issue:`29418`.)
|
||||
|
||||
math
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue