capture 定义为 def capture(**metadata),再调用 capture(**{"content-type": "json"}) 时会发生什么?

来自 *args 与 **kwargs
Python 3.14 高级 3分钟

capture 定义为 def capture(**metadata),再调用 capture(**{"content-type": "json"}) 时会发生什么?

报告错误