How can I specify the function type in my type hints?
08:28 15 Jun 2016

How can I specify the type hint of a variable as a function type? There is no typing.Function, and I could not find anything in the relevant PEP, PEP 483.

python mypy python-typing