Python mypy

From wikinotes
Revision as of 14:17, 31 July 2021 by Will (talk | contribs)

mypy is a static type checking module for python-3.
it is built overtop of the builtin python typing module.

Documentation

official docs https://mypy.readthedocs.io/en/stable/