**kwargs用法举例
摘要:
def test_kwarges(out : bool = False, **kwargs): a = kwargs.get("a", "test-a") x = kwargs.get("x", "test-x") print(a, x) print(out) kwargs = {"a":1, "b 阅读全文
posted @ 2023-12-08 16:48 金凯旋 阅读(27) 评论(0) 推荐(0) 编辑
posted @ 2023-12-08 16:48 金凯旋 阅读(27) 评论(0) 推荐(0) 编辑