typing multiple types

27

from typing import Union


def foo(client_id: str) -> Union[list,bool]

Comments

Submit
0 Comments