pyiron_base.jobs.master.generic.get_function_from_string

pyiron_base.jobs.master.generic.get_function_from_string#

pyiron_base.jobs.master.generic.get_function_from_string(function_str)[source]#

Convert a string of source code to a function

Parameters:

function_str – function source code

Return type:

function