-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add set/delete/update functions #271
Conversation
fcf56ed
to
0dac00d
Compare
Codecov Report
@@ Coverage Diff @@
## master #271 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 59 71 +12
=========================================
+ Hits 59 71 +12
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I see that the upstream PR that needed these changes has been superseded by another one. Is this still needed? |
We would like to use these functions elsewhere, so this PR would still be useful to us. |
0dac00d
to
90daf44
Compare
Due to #263 (I think), there is now an incompatibility with
Fixed in #273. |
Thanks for the PR! |
Modeled after the same API in
immutables.Map
,pyrsistent.Map
, andfrozendict
.