``` self._params = qta.table(Params)() ... super(Params, self).__init__(**kw) TypeError: super(type, obj): obj must be an instance or subtype of type ```