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
4c3ea088
Commit
4c3ea088
authored
Dec 23, 2009
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned up whitespace.
parent
1ae8cbdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/ZEO/interfaces.py
src/ZEO/interfaces.py
+3
-3
No files found.
src/ZEO/interfaces.py
View file @
4c3ea088
...
...
@@ -15,7 +15,7 @@
import
zope.interface
class
StaleCache
(
object
):
"""A ZEO cache is stale and requires verification.
"""A ZEO cache is stale and requires verification.
"""
def
__init__
(
self
,
storage
):
...
...
@@ -30,7 +30,7 @@ class IServeable(zope.interface.Interface):
Return the transaction id of the last transaction that committed a
change to an object with the given object id.
"""
def
tpc_transaction
():
...
...
@@ -40,7 +40,7 @@ class IServeable(zope.interface.Interface):
return the transaction (object) being committed. Otherwise
return None.
"""
def
lastInvalidations
(
size
):
"""Get recent transaction invalidations
...
...
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