Package python3-mypy

A static type checker for Python

https://github.com/python/mypy

Mypy is an optional static type checker for Python. You can add type
hints to your Python programs using the upcoming standard for type
annotations introduced in Python 3.5 beta 1 (PEP 484), and use mypy to
type check them statically. Find bugs in your programs without even
running them!

Version: 1.9.0

General Commands

mypy manual page for mypy 1.9.0-dev
stubgen manual page for mypy stubgen 1.9.0-dev