To install this package run one of the following: conda install main::multimethod
Description
Multimethod provides a decorator for adding multiple argument dispatching to functions.
The decorator creates a multimethod object as needed, and registers the function
with its annotations.