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
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
Actually, I think now we need a get(key[, default]) method, which would work the way the dict.get() does (i.e. similar to how current __getitem__(key) works).
Actually, I think now we need a
get(key[, default])
method, which would work the way the dict.get() does (i.e. similar to how current__getitem__(key)
works).Can you implement it too?
Originally posted by @jpopelka in #5 (comment)
The text was updated successfully, but these errors were encountered: