For full text search please use the '?' prefix. e.g. ? Onboarding
Optional
Optional typing
from
typing
import
Optional
def
foo
(
output
:
Optional
[
bool
]
=
False
)
:
pass
foo
(
)
Optional typing