cr0hn / OMSTD

Open Methodology for Security Tool Developers
http://omstd.readthedocs.org
BSD 2-Clause "Simplified" License
25 stars 20 forks source link

Add "mypy" style type annotations. #42

Open rockneurotiko opened 9 years ago

rockneurotiko commented 9 years ago

I see that his project is Python 3 (it uses asyncio).

Maybe you would want to add "mypy" style type annotations (http://mypy.readthedocs.org/en/latest/)

Check this Guido's thread about type annotations in python-ideas https://mail.python.org/pipermail/python-ideas/2014-August/028618.html

cr0hn commented 9 years ago

Very good idea.