Use match ... case
statements where possible once Python 3.9 is no longer supported
#1408
Labels
match ... case
statements where possible once Python 3.9 is no longer supported
#1408
https://www.geeksforgeeks.org/python-match-case-statement/
This should also provide an exhaustiveness check in mypy, which is currently done via
assert_never
The text was updated successfully, but these errors were encountered: