Skip to content

Commit

Permalink
Fixed IMerge interface
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jun 2, 2020
1 parent de2a597 commit 7c54426
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions BTrees/Interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,16 +320,6 @@ def intersection(c1, c2):
collections.
"""

def __and__(self, other):
"""Shortcut for :meth:`~BTrees.Interfaces.IMerge.intersection`"""

def __or__(self, other):
"""Shortcut for :meth:`~BTrees.Interfaces.IMerge.union`"""

def __sub__(self, other):
"""Shortcut for :meth:`~BTrees.Interfaces.IMerge.difference`"""



class IBTreeModule(Interface):
"""These are available in all modules (IOBTree, OIBTree, OOBTree, IIBTree,
Expand Down

0 comments on commit 7c54426

Please sign in to comment.