|
|
|
|
|
by dragonwriter
1266 days ago
|
|
> Type hints are basically for documentation and metadata. They are also for static checking. If you choose to run the code despite that failing (which you can, because there is no execution dependency on type-checking) that’s a choice, but its kind of odd to complain that Python lets you do that. |
|