pcdsutils.utils.import_helper

pcdsutils.utils.import_helper(klass)[source]

Extract the class object from a full qualified class name.

Parameters:
klassstr

The module path to find the class e.g. "pcdsdevices.device_types.IPM"

Returns:
clstype

The class referred to by the input string.