| 
__init__ (
        self,
        function,
        attrs,
        additional_attrs=None,
        kw_attrs=None,
        )
function is the function to run, attrs a list of attrs for which to run the
    consecutively the function, additional_attrs and kw_attrs are attrs that are added to
    each call of function |