:py:mod:`mypy` ============== .. py:module:: mypy .. autoapi-nested-parse:: Mypy type checking utilities. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: mypy.assert_never .. py:function:: assert_never(value: NoReturn) -> NoReturn Assert that a code path is unreachable for type checking. :param value: value that should never be reached