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.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Brings a breaking change in __getitem__(), which now raises KeyError if the key is not found (#4).
Also adds (#6) new get(key[, default]) method which works the way the __getitem__() was before the above change.