yqkcn 604061c4a5
Fix mutable default argument (#2635)
### What problem does this PR solve?

The default value of Python function parameters cannot be mutable.
Modifying this parameter inside the function will permanently change the
default value

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2024-09-29 10:16:00 +08:00
..
2024-08-25 18:58:20 +08:00
2024-08-25 18:58:20 +08:00
2024-08-25 18:58:20 +08:00
2024-08-25 18:58:20 +08:00
2024-09-27 13:15:26 +08:00
2024-08-25 18:58:20 +08:00
2024-09-11 19:49:18 +08:00
2024-08-02 18:51:14 +08:00
2024-09-29 10:16:00 +08:00