Hacker News new | ask | show | jobs
by bpicolo 3294 days ago
It needs severely more documentation, heh. Why would I use it over mypy, which appears to have a lot more community investment, thorough docs, and is somewhat official? It also doesn't support python3.6 so it doesn't know about format strings =/
1 comments

pytype might work better in some cases, because it can do inference. But yes, it needs more docs.