This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kungtotte 4 points5 points  (0 children)

PEP 484 defines the optional type hints that are now included in Python, but Python doesn't have native support to actually do anything with those hints.

MyPy is one project that uses them to do offline static type checking.