mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
affa13c8b0
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
7 lines
371 B
Text
7 lines
371 B
Text
Mypy is an optional static type checker for Python. You can add type hints
|
|
(PEP 484) to your Python programs, and use mypy to type check them
|
|
statically. Find bugs in your programs without even running them!
|
|
|
|
You can mix dynamic and static typing in your programs. You can always
|
|
fall back to dynamic typing when static typing is not convenient, such
|
|
as for legacy code.
|