bpo-46480: add typing.assert_type by JelleZijlstra · Pull Request #30843 · python/cpython
This was referenced
Mar 17, 2022JelleZijlstra added a commit to JelleZijlstra/mypy that referenced this pull request
Apr 14, 2022See python/cpython#30843. The implementation mostly follows that of cast(). It relies on `mypy.sametypes.is_same_type()`.
JelleZijlstra added a commit to python/mypy that referenced this pull request
Apr 15, 2022See python/cpython#30843. The implementation mostly follows that of cast(). It relies on `mypy.sametypes.is_same_type()`.
JukkaL pushed a commit to python/mypy that referenced this pull request
Apr 20, 2022See python/cpython#30843. The implementation mostly follows that of cast(). It relies on `mypy.sametypes.is_same_type()`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters