Python mypy: Difference between revisions

From wikinotes
(Created page with "mypy is a static type checking module for python-3 = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://mypy.readthedocs.io/en/stable/ |- |} </bl...")
 
No edit summary
Line 1: Line 1:
mypy is a static type checking module for python-3
mypy is a static type checking module for python-3.<br>
it is built overtop of the builtin [[python typing]] module.


= Documentation =
= Documentation =

Revision as of 14:17, 31 July 2021

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/