getInstanceOf

lsst.daf.butler.core.utils.getInstanceOf(typeOrName)

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.

Parameters:
typeOrName : str or Python class

A string describing the Python class to load or a Python type.