-
Default Parameter Values in Python (effbot.org)
A brief discussion about mutable parameter defaults in Python, and how to use them without getting into trouble. Based on a comp.lang.python post.
A brief discussion about mutable parameter defaults in Python, and how to use them without getting into trouble. Based on a comp.lang.python post.
really clear and helpful, thanks.