As of python 3.6, python supports type hints: https://www.python.org/dev/peps/pep-0484/
They improve readability and help IDEs with autocompletion
I'll do them whenever I refactor code, but its propably a good idea to do one update only fokussed on this issue.
As of python 3.6, python supports type hints: https://www.python.org/dev/peps/pep-0484/ They improve readability and help IDEs with autocompletion I'll do them whenever I refactor code, but its propably a good idea to do one update only fokussed on this issue.