Previous topic

error_solver.solvers.Collector

Next topic

error_solver.solvers.Collector.get_dict

This Page

error_solver.solvers.Collector.fget

classmethod Collector.fget(obj, *default)[source]

Returns the value contained in the function dictionary.

Parameters:
obj : function

The function to acquire the value for.

default

The default value to return if the function is not found.