]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46414: Add typing.reveal_type (#30646)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 2 Feb 2022 02:48:55 +0000 (18:48 -0800)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 02:48:55 +0000 (18:48 -0800)
commitabcc3d75f6e570519cb37c62130a2295c6928bff
tree8298821cb060cd892de9354eb386ddcf89ae0379
parentb1288964e31069bdf81abe560c82874f6f620928
bpo-46414: Add typing.reveal_type (#30646)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-01-17-10-00-02.bpo-46414.Ld0b_y.rst [new file with mode: 0644]