pyiron_base.project.delayed.get_function_parameter_dict# pyiron_base.project.delayed.get_function_parameter_dict(funct: callable) → dict[source]# Get dictionary of parameters for a function Parameters: funct (callable) – the function to get the parameters for Returns: parameters for the function Return type: dict