Some of my pytest fixtures return a method. I would like to use type hints for all my methods. To say that a method return a method I can use Callable here. The pro
Callable