DEV Community

Discussion on: Type Annotate an existing Python Django Codebase with MonkeyType

Collapse
 
ldrscke profile image
Christian Ledermann

A faster alternative to MonkeyType is RightTyper - A tool that generates types for your function arguments and return values. RightTyper lets your code run at nearly full speed with almost no memory overhead.