Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
14f46183
Commit
14f46183
authored
Oct 06, 2003
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fixes from John Belmonte.
parent
5666ef26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
trunk/doc/guide/modules.tex
trunk/doc/guide/modules.tex
+2
-2
No files found.
trunk/doc/guide/modules.tex
View file @
14f46183
...
...
@@ -142,12 +142,12 @@ almost never used -- best to consider it deprecated).
% XXX set functions have complicated behavior.
Each of the modules also defines some functions that operate on
BTrees --
\function
{
difference()
}
,
\function
{
union()
}
, and
\function
{
difference
()
}
. The
\function
{
difference()
}
function returns
\function
{
intersection
()
}
. The
\function
{
difference()
}
function returns
a bucket, while the other two methods return a set.
If the keys are integers, then the module also defines
\function
{
multiunion()
}
. If the values are integers, then the module
also defines
\function
{
weightedIntersection()
}
and
\function
{
weighte
r
Union()
}
. The function doc strings describe each
\function
{
weighte
d
Union()
}
. The function doc strings describe each
function briefly.
\subsubsection
{
Total Ordering and Persistence
}
...
...
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