Hacker News new | ask | show | jobs
by wool_gather 1954 days ago
What does this mean? Runtime is the only time that Python's existing type system has an effect.
1 comments

GP was referring to type hints and how they don't provide any runtime validation. There are libraries like Pydantic that let you do some, but nothing built into the language runtime IIRC.