pyiron_base.interfaces.has_dict.create_from_dict

pyiron_base.interfaces.has_dict.create_from_dict#

pyiron_base.interfaces.has_dict.create_from_dict(obj_dict)[source]#

Create and restores an object previously written as a dictionary.

Parameters:

obj_dict (dict) – must be the output of HasDict.to_dict()

Returns:

restored object

Return type:

object