Using Assert Never in Python
This is from this article.
Assert Never in Python
This will work in Python 3.11:
| |
Running this code in Mypy will produce the following error:
| |
This will only generate an error during static analysis and won’t error during run-time.