Tuple[Callable, Any, ...]
Posted on Mon, 29 Jan 2018 in Python • Tagged with typing, mypy, python
Type hints could help you a lot with a big Python project. However, they sometimes require code refactoring. I wrote about it last year in this article, but I have found a good example for this only now.
Continue reading