Files
Grant Sanderson c96cdf43a1 Make sure mutability of dict arguments won't cause problems
One could argue that a pattern of "arg: dict | None = None" followed by "self.param = arg or dict()" is better, but that would make for an inconsistent pattern in cases where the default argument is not None.
2022-12-18 09:38:28 -08:00
..
2022-12-16 20:19:18 -08:00
2022-12-14 14:58:25 -08:00
2022-12-14 15:02:25 -08:00
2022-12-14 15:08:20 -08:00
2022-12-14 16:02:15 -08:00