piglot.utils.reductions

Module for defining reduction functions for responses.

Functions

read_reduction

Read a reduction function from a configuration.

Classes

NegateReduction

Negate the result of another reduction function.

Reduction

Abstract class for defining reduction functions.

SimpleReduction

Reduction function defined from a lambda function (without using the parameters).