Skip to content

typing

Supported functions in the Python standard library typing module.

Apart from the listed functions, arbitrary type hints are supported as function parameter and return type hints.

assert_never(arg: Never) -> Never

Ask a static type checker to confirm that a line of code is unreachable.