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
05b9e5df
Commit
05b9e5df
authored
Apr 13, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix epydoc-hostile text
parent
7f5bd054
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ZODB/BaseStorage.py
src/ZODB/BaseStorage.py
+2
-2
No files found.
src/ZODB/BaseStorage.py
View file @
05b9e5df
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Handy standard storage machinery
"""Handy standard storage machinery
$Id: BaseStorage.py,v 1.4
6 2004/03/21 16:38:53 sf
Exp $
$Id: BaseStorage.py,v 1.4
7 2004/04/13 22:01:51 fdrake
Exp $
"""
"""
import
cPickle
import
cPickle
import
threading
import
threading
...
@@ -353,7 +353,7 @@ class BaseStorage(UndoLogCompatible):
...
@@ -353,7 +353,7 @@ class BaseStorage(UndoLogCompatible):
"""Copy transactions from another storage.
"""Copy transactions from another storage.
This is typically used for converting data from one storage to
This is typically used for converting data from one storage to
another. `other
'
must have an .iterator() method.
another. `other
`
must have an .iterator() method.
"""
"""
_ts
=
None
_ts
=
None
ok
=
1
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