Commit 1cdf1943 authored by Tres Seaver's avatar Tres Seaver

Coverage.

parent b0524a13
...@@ -41,8 +41,6 @@ class OOBucketPy(Bucket): ...@@ -41,8 +41,6 @@ class OOBucketPy(Bucket):
_to_key = _to_key _to_key = _to_key
_to_value = _to_value _to_value = _to_value
def MERGE_WEIGHT(self, value, weight):
return value
class OOSetPy(Set): class OOSetPy(Set):
MAX_SIZE = _BUCKET_SIZE MAX_SIZE = _BUCKET_SIZE
...@@ -54,9 +52,6 @@ class OOBTreePy(BTree): ...@@ -54,9 +52,6 @@ class OOBTreePy(BTree):
_to_key = _to_key _to_key = _to_key
_to_value = _to_value _to_value = _to_value
def MERGE_WEIGHT(self, value, weight):
return value
class OOTreeSetPy(TreeSet): class OOTreeSetPy(TreeSet):
MAX_SIZE = _TREE_SIZE MAX_SIZE = _TREE_SIZE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment