Hacker News new | ask | show | jobs
by TheCleric 1076 days ago
Python type hinting is not useful at runtime (in fact it's flat out ignored). It is useful at "linting" time when run through mypy.