Snippets tagged “mutable-default-arguments”
1 snippet uses this tag.
- "Least Astonishment" and the Mutable Default ArgumentPython
In Python, a default argument is an argument that assumes a default value if a value is not provided in the function call for that argument.