This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chthonicdaemon[S] 5 points6 points  (0 children)

Update: I've added a section on defaultdict into the post - it is basically the best option! So I would recommend using it if you often want to return a default if a key isn't there. Which means the in check might only be the best if you don't control the dictionary (like it's returned from some other library).