Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python callable type hint

from Typing import Callable

def function(func_par: Callable[[Arg1Type, Arg2Type, ...], ReturnType]):
    ...
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #python #callable #type #hint
ADD COMMENT
Topic
Name
3+9 =