Bookmarks tagged [static-typing]
Check variable types during compile time.
- tags: python, code-analysis, static-typing
https://github.com/facebook/pyre-check
Performant type checking.
- tags: python, code-analysis, static-typing
- source code
https://github.com/Instagram/MonkeyType
A system for Python that generates static type annotations by collecting runtime types
- tags: python, code-analysis, static-typing
- source code