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
|
RETURNS | DESCRIPTION |
---|---|
The object identified by the import string. |