isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 1 forks source link

added ability to subtract immutableset from other kinds of sets #47

Closed qpwo closed 5 years ago

qpwo commented 5 years ago

This closes issue #13 (Thanks to @berquist for teaching my about __rsub__)

codecov[bot] commented 5 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   90.55%   90.59%   +0.04%     
==========================================
  Files           6        6              
  Lines         614      617       +3     
==========================================
+ Hits          556      559       +3     
  Misses         58       58
Impacted Files Coverage Δ
immutablecollections/_immutableset.py 90.17% <100%> (+0.13%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5d23b42...02d2b1c. Read the comment docs.

qpwo commented 5 years ago

How's the modified docstring? Ready to merge?