libb.MultiMethod

class MultiMethod(name)[source]

Bases: object

Multimethod that supports args (no kwargs by design).

Use with the @multimethod decorator to register type-specific implementations.

register(types, function)[source]