对于 @retry_on(ConnectionError, attempts=3),retry_on(...) 必须返回什么?

来自 装饰器
Python 3.14 进阶 1分钟

对于 @retry_on(ConnectionError, attempts=3),retry_on(...) 必须返回什么?

报告错误