Previous topic

error_solver.solvers.Collector.get_fdict

Next topic

error_solver.solvers.Collector.set_fdict

This Page

error_solver.solvers.Collector.set_dict

classmethod Collector.set_dict(obj, func, value)[source]

If collection is active, adds the value to the class dictionary.

Parameters:
obj : object

The object under which the values will be stored.

func : method

The object method to which the value corresponds.

value

The result of the method.