mypy¶
Mypy type checking utilities.
Module Contents¶
Functions¶
|
Assert that a code path is unreachable for type checking. |
- mypy.assert_never(value: NoReturn) NoReturn¶
Assert that a code path is unreachable for type checking.
- Parameters:
value – value that should never be reached