|
|
|
|
|
by jammycakes
3487 days ago
|
|
The Python interpreter itself may not do anything with the annotations, but static type checkers and linters can, and they will give you the safety that you need. The annotations also allow the development of better IntelliSense-like tools. |
|