lsst.daf.butler.core.utils.
getInstanceOf
Given the type name or a type, instantiate an object of that type.
If a type name is given, an attempt will be made to import the type.
str
A string describing the Python class to load or a Python type.