Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

typing multiple types

from typing import Union


def foo(client_id: str) -> Union[list,bool]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #typing #multiple #types
ADD COMMENT
Topic
Name
4+9 =