hutch_python.utils.find_object

hutch_python.utils.find_object(obj_path)

Given a string module path to an object, return that object.

Parameters:

obj_path (str) – String module path to an object

Returns:

obj – That object

Return type:

object