multimethod
Multiple argument dispatching.
Multiple argument dispatching.
To install this package, run one of the following:
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.
Summary
Multiple argument dispatching.
Last Updated
Sep 8, 2023 at 02:31
License
Apache-2.0
Total Downloads
13
GitHub Repository
https://github.com/coady/multimethodDocumentation
https://multimethod.readthedocs.io/en/latest/