Data as of Jul 25, 2026 · Based on 2,718,867 AI responses across 9,511 prompts · See how Parse measures this
MonkeyType is a Python tool that collects runtime types of function arguments and return values to automatically generate stub files or add draft type annotations directly to code. It uses Python's sys.setprofile hook to record type data and can apply annotations via the libcst library, though its output requires developer review for accuracy.
Parse Score