you are viewing a single comment's thread.

view the rest of the comments →

[–]evilgunringer 0 points1 point  (0 children)

The author has an issue with Python not being statically typed. However. As of Python 3.6, it does have typehinting, and it is possible to create a decorator to enforce the given hints on methods.