|
|
|
|
|
by hmry
307 days ago
|
|
Agreed about TS, but Python type annotations are not ignored. They are executed as code (all type annotations are valid expressions) and the results are stored on the module/class/function object that contains the annotated variable |
|
In Python basically everything is executable, and so are type annotations.