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
Joshua
zodb
Commits
3024d0f8
Commit
3024d0f8
authored
Aug 24, 2009
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed trailing whitespace.
parent
4a87e726
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/ZEO/ServerStub.py
src/ZEO/ServerStub.py
+3
-4
No files found.
src/ZEO/ServerStub.py
View file @
3024d0f8
...
@@ -164,7 +164,6 @@ class StorageServer:
...
@@ -164,7 +164,6 @@ class StorageServer:
return
self
.
rpc
.
call
(
'zeoLoad'
,
oid
)[:
2
]
return
self
.
rpc
.
call
(
'zeoLoad'
,
oid
)[:
2
]
##
##
# Return current data for oid, and the tid of the
# Return current data for oid, and the tid of the
# transaction that wrote the most recent revision.
# transaction that wrote the most recent revision.
# @param oid object id
# @param oid object id
...
@@ -321,7 +320,7 @@ class StorageServer308(StorageServer):
...
@@ -321,7 +320,7 @@ class StorageServer308(StorageServer):
def
verify
(
self
,
oid
,
serial
):
def
verify
(
self
,
oid
,
serial
):
self
.
rpc
.
callAsync
(
'verify'
,
oid
,
''
,
serial
)
self
.
rpc
.
callAsync
(
'verify'
,
oid
,
''
,
serial
)
def
loadEx
(
self
,
oid
):
def
loadEx
(
self
,
oid
):
return
self
.
rpc
.
call
(
"loadEx"
,
oid
,
''
)[:
2
]
return
self
.
rpc
.
call
(
"loadEx"
,
oid
,
''
)[:
2
]
...
@@ -348,7 +347,7 @@ class StorageServer308(StorageServer):
...
@@ -348,7 +347,7 @@ class StorageServer308(StorageServer):
self
.
rpc
.
callAsyncIterator
(
store
())
self
.
rpc
.
callAsyncIterator
(
store
())
def
storeBlobShared
(
self
,
oid
,
serial
,
data
,
filename
,
id
):
def
storeBlobShared
(
self
,
oid
,
serial
,
data
,
filename
,
id
):
self
.
rpc
.
callAsync
(
'storeBlobShared'
,
oid
,
serial
,
data
,
filename
,
self
.
rpc
.
callAsync
(
'storeBlobShared'
,
oid
,
serial
,
data
,
filename
,
''
,
id
)
''
,
id
)
def
zeoVerify
(
self
,
oid
,
s
):
def
zeoVerify
(
self
,
oid
,
s
):
...
@@ -371,7 +370,7 @@ class StorageServer308(StorageServer):
...
@@ -371,7 +370,7 @@ class StorageServer308(StorageServer):
def
stub
(
client
,
connection
):
def
stub
(
client
,
connection
):
# Wait until we know what version the other side is using.
# Wait until we know what version the other side is using.
while
connection
.
peer_protocol_version
is
None
:
while
connection
.
peer_protocol_version
is
None
:
time
.
sleep
(
0.1
)
time
.
sleep
(
0.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