You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a setsave() method for all classes, but this wouldn't even be needed if set() and save() were chainable. Neither have a return, so they're just returning None. There may be other places where this would make a difference. Just return self to allow:
There is a
setsave()
method for all classes, but this wouldn't even be needed ifset()
andsave()
were chainable. Neither have areturn
, so they're just returningNone
. There may be other places where this would make a difference. Justreturn self
to allow:It was just a thought.
setsave()
probably wouldn't exist if I had considered this earlier (I usually do, but this project is kinda old).The text was updated successfully, but these errors were encountered: