Enter search terms or a module, class or function name.
Compute sorted set difference of two Index objects
Notes
One can do either of these and achieve the same result
>>> index - index2 >>> index.diff(index2)