Python itself doesn't do anything with the type hints: the point of them is to be available to third-party static type checking tools. The gold standard of these is mypy, but PyCharm also has very ...