For full text search please use the '?' prefix. e.g. ? Onboarding
Union
From
Union Operator Type Hint
Go to text
ā
Union Operator for Type Hints
def
add
(
x
:
int
|
float
,
y
:
int
|
float
)
:
return
x
+
y