pyiron_base.project.delayed.evaluate_function#
- pyiron_base.project.delayed.evaluate_function(funct: callable, input_dict: dict) object[source]#
Evaluate python function by using the input dictionary as *args and **kwargs
- Parameters:
funct (callable) – the function to evaluate
input_dict (dict) – input dictionary
- Returns:
output of the evaluated function
- Return type:
object