]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases...
authorHakan Çelik <hakancelik96@outlook.com>
Wed, 16 Feb 2022 12:46:20 +0000 (15:46 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Feb 2022 12:46:20 +0000 (04:46 -0800)
commit562c13f5734d406b2283cfca673611f4b496fdc7
tree143bae4befe45ab85669c278feb93202867ecb2c
parent3954fcb83fe471911ff01c0410a71d184d9984e7
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given (GH-19261)

Automerge-Triggered-By: GH:isidentical
Doc/library/inspect.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2020-03-31-20-53-11.bpo-29418.8Qa9cQ.rst [new file with mode: 0644]