Mypy complains about some problems with typing when using this package.
First, keyword arguments (which are not used in order to select the function to dispatch) cannot be typed in the current version, or the dispatch function hangs.
Second, Mypy complains when using the register decorator, with "Untyped decorator makes function untyped", because the types for this decorator are not specified.
Mypy complains about some problems with typing when using this package.
register
decorator, with "Untyped decorator makes function