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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
9c324cc5
Commit
9c324cc5
authored
Feb 04, 2003
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copyTransactionsFrom(): Document that `other' need only have an
iterator() method.
parent
5297800c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/ZODB/BaseStorage.py
src/ZODB/BaseStorage.py
+3
-2
No files found.
src/ZODB/BaseStorage.py
View file @
9c324cc5
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Handy standard storage machinery
$Id: BaseStorage.py,v 1.3
2 2003/01/09 23:56:28 jeremy
Exp $
$Id: BaseStorage.py,v 1.3
3 2003/02/04 17:17:29 bwarsaw
Exp $
"""
import
cPickle
import
ThreadLock
,
bpthread
...
...
@@ -256,7 +256,8 @@ class BaseStorage(UndoLogCompatible.UndoLogCompatible):
def
copyTransactionsFrom
(
self
,
other
,
verbose
=
0
):
"""Copy transactions from another storage.
This is typically used for converting data from one storage to another.
This is typically used for converting data from one storage to
another. `other' must have an .iterator() method.
"""
_ts
=
None
ok
=
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