Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python type hint array of objects

def my_func(l:list<int>):
    pass
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #type #hint #array #objects
ADD COMMENT
Topic
Name
6+9 =