Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
87c6d4a6
Commit
87c6d4a6
authored
Mar 15, 2002
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some clarification
parent
03dc51a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/BTrees/Interfaces.py
src/BTrees/Interfaces.py
+5
-5
No files found.
src/BTrees/Interfaces.py
View file @
87c6d4a6
...
...
@@ -233,11 +233,11 @@ class IIMerge(IMerge):
if c1 is None and c2 is not None, the output is weight2 and
c2.
if c1 is not None and c2 not None
, the output is weight1 and
c1.
if c1 is not None and c2 not None
and both sets, the output is
weight1 and
c1.
If c1 and c2 are not None
, the output is 1 and a Bucket
such that the output values are::
If c1 and c2 are not None
and not both sets, the output is 1
and a Bucket
such that the output values are::
v1*weight1 + v2*weight2
...
...
@@ -264,7 +264,7 @@ class IIMerge(IMerge):
if c1 is not None and c2 not None, the output is weight1 and
c1.
If c1 and c2 are sets, the output is the sum of the weights
If c1 and c2 are
both
sets, the output is the sum of the weights
and the (unweighted) intersection of the sets.
If c1 and c2 are not None and not both sets, the output is 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment