timeflux_dsp.utils.import_helpers


import_helpers

timeflux_dsp.utils.import_helpers.make_object(fullname, params=None)[source]
Parameters
  • fullname (str) – full name of the object (ie. ‘.’.join([o.__module__, o.__name__]))

  • params (dict|None) – keyword arguments to initialize the object

Returns

Object, instance of the class.