Instagram/MonkeyType

341
Instagram/MonkeyType

MonkeyType collects runtime types of function arguments and return values, and
can automatically generate stub files or even add draft type annotations
directly to your Python code based on the types collected at runtime.
Example
Say some/module.py origin…
Read More