mypy
A static type checker for Python and a compiler for type-annotated Python

Category

Programming languages

Years

Technologies

python

Topics

static code analysis‎compilercompilers
Past Projects
Improve support for singledispatch
Pranav Rajpal
Currently, mypy and mypyc are unable to recognize uses of the singledispatch decorator, making mypy generate false positives and mypyc generate...
Speeding up string operations of Mypyc
Jingchen YE
Mypyc is a compiler from type-annotated Python to CPython C extension modules. It uses type information and restrictions to certain dynamic language...