pyiron_base.project.delayed.recursive_dict_resolve

pyiron_base.project.delayed.recursive_dict_resolve#

pyiron_base.project.delayed.recursive_dict_resolve(input_dict: dict) dict[source]#

Recursively resolve the dictionary to call result() on all objects of type DelayedObject

Parameters:

input_dict (dict) – dictionary to recursively resolve

Returns:

resolved dictionary

Return type:

dict