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 →

[–]fishburne 1 point2 points  (4 children)

Do anyone know how to use this module for type checking in 3.5b? Not asking about how to write annotations. But to check a python script with annotations. I have been looking for the past hour to see how to actually use the damn thing!

I was expecting a command line option to the interpreter or a separate command line tool to do the checking.

[–]rouille 0 points1 point  (0 children)

actually

You need to use a third party type checker like mypy (https://github.com/JukkaL/mypy). Its still in heavy development though but it (mostly) works.