language.wrap_on_result
def wrap_on_result(func_wrap, func_next, **kwargs_next = {})Run a function on the result of another function. Useful in configuration files when you want to wrap a function on the result of another function, without having to change the keys of the configuration file.
Source: laco/language.py:621