Python:将函数调用作为参数

时间:2018-07-16 07:08:17

标签: python-3.x

我想做个函数:

def func (model_name = 'abc', **kwargs):
  model = model_name (**kwargs)
  model.do_something ()

因此,将基于参数model_name的值创建模型。

0 个答案:

没有答案