Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python type hints list of class

from typing import List

# x is a list of Examples
def foo(x: List[Example])
 
PREVIOUS NEXT
Tagged: #python #type #hints #list #class
ADD COMMENT
Topic
Name
2+3 =