pywr.recorders.Recorder ======================= .. currentmodule:: pywr.recorders .. autoclass:: Recorder .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Recorder.__init__ ~Recorder.after ~Recorder.aggregated_value ~Recorder.before ~Recorder.finish ~Recorder.is_constraint_violated ~Recorder.load ~Recorder.register ~Recorder.reset ~Recorder.setup ~Recorder.unregister ~Recorder.values .. rubric:: Attributes .. autosummary:: ~Recorder.agg_func ~Recorder.children ~Recorder.comment ~Recorder.constraint_lower_bounds ~Recorder.constraint_upper_bounds ~Recorder.epsilon ~Recorder.ignore_nan ~Recorder.is_constraint ~Recorder.is_double_bounded_constraint ~Recorder.is_equality_constraint ~Recorder.is_lower_bounded_constraint ~Recorder.is_objective ~Recorder.is_upper_bounded_constraint ~Recorder.model ~Recorder.name ~Recorder.parents ~Recorder.tags