quip / quip-api

Quip Automation REST API for editing documents, folders, and users
Apache License 2.0
297 stars 164 forks source link

Remove mutable default values in python #92

Open kmader opened 3 years ago

kmader commented 3 years ago

It would be great to fix a number of lines like https://github.com/quip/quip-api/blob/master/python/quip.py#L190 which have mutable default arguments

here for the why: https://docs.python-guide.org/writing/gotchas/ or the more strongly worded: https://florimond.dev/en/posts/2018/08/python-mutable-defaults-are-the-source-of-all-evil