API Reference
Classes
- multimethod
-
A callable directed acyclic graph of methods.
- multidispatch
-
Wrapper for compatibility with
functools.singledispatch. - subtype
-
A normalized generic type which checks subscripts.
- parametric
-
A type which further customizes
issubclassandisinstancebeyond the base type. - DispatchError
-
A
TypeErrorraised when no single applicable method is found.