我想使用类继承为sunburnt(solr接口)构建一个查询,从而将键 - 值对添加到一起.sunburnt接口采用关键字参数.如何将dict ({'type':'Event'})转换为关键字参数(type='Event')?
({'type':'Event'})
(type='Event')
python dictionary kwargs
dictionary ×1
kwargs ×1
python ×1