Hacker News new | ask | show | jobs
by dwattttt 544 days ago
Type hints have no runtime impact, so they can't make stuff not work.

Type linters like mypy can check your code & report something like "this function call requires str, you're providing str | None" though.