FreeBSD.software
Home/devel/py311-multimethod

py311-multimethod

1.12

Multiple argument dispatching

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. There are several multiple dispatch libraries on PyPI. This one aims for simplicity and speed. With caching of argument types, it should be the fastest pure Python implementation possible.

Origin: devel/py-multimethod
Category: devel
Size: 123KiB
License: APACHE20
Maintainer: sunpoet@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
$pkg install py311-multimethod

Dependencies (1)

More in devel