anki.types
==========

.. py:module:: anki.types


Functions
---------

.. autoapisummary::

   anki.types.assert_exhaustive


Module Contents
---------------

.. py:function:: assert_exhaustive(arg: NoReturn) -> NoReturn

   The type definition will cause mypy to tell us if we've missed an enum case.


