📝 Edit on GitHub
Type checks
Topics
Pages
Content
How to add type safety to Python
In Python 3.6, type-hints were added as allowed syntax which can optionally be checked with a tool like Mypy.