finesse.utilities.functools

Higher order functions.

Classes

flagdispatchmethod(func)

Method decorator that performs single-dispatch based on a flag enumeration.

valuedispatchmethod(func)

Method decorator that performs single-dispatch based on value.