Open andrewheusser opened 6 years ago
default parameters passed to python functions should be immutable. probably does not matter for this particular case but wanted to document in case a bug pops up related to this.
http://docs.python-guide.org/en/latest/writing/gotchas/
default parameters passed to python functions should be immutable. probably does not matter for this particular case but wanted to document in case a bug pops up related to this.
http://docs.python-guide.org/en/latest/writing/gotchas/