Skip to content

Utils

utils.get_obj_from_string(import_string)

Retrieves an object based on an import string and object name.

PARAMETER DESCRIPTION
import_string

The import string, starting from the root module, containing the desired object. This function would be "atomea.utils.get_obj_from_string".

RETURNS DESCRIPTION

The object identified by the import string.