[Checkins] SVN: BTrees/branches/pure_python/ Coverage.

Tres Seaver cvs-admin at zope.org
Tue Dec 4 21:49:47 UTC 2012


Log message for revision 128525:
  Coverage.

Changed:
  _U  BTrees/branches/pure_python/
  U   BTrees/branches/pure_python/BTrees/OOBTree.py

-=-
Modified: BTrees/branches/pure_python/BTrees/OOBTree.py
===================================================================
--- BTrees/branches/pure_python/BTrees/OOBTree.py	2012-12-04 21:49:46 UTC (rev 128524)
+++ BTrees/branches/pure_python/BTrees/OOBTree.py	2012-12-04 21:49:47 UTC (rev 128525)
@@ -41,8 +41,6 @@
     _to_key = _to_key
     _to_value = _to_value
 
-    def MERGE_WEIGHT(self, value, weight):
-        return value
 
 class OOSetPy(Set):
     MAX_SIZE = _BUCKET_SIZE
@@ -54,10 +52,7 @@
     _to_key = _to_key
     _to_value = _to_value
 
-    def MERGE_WEIGHT(self, value, weight):
-        return value
 
-
 class OOTreeSetPy(TreeSet):
     MAX_SIZE = _TREE_SIZE
     _to_key = _to_key



More information about the checkins mailing list