mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
interfaces.py: minor docstring edit
This commit is contained in:
parent
1e078794b2
commit
8ff76c6269
@ -111,8 +111,8 @@ class RIStorageServer(RemoteInterface):
|
|||||||
@param canary: If the canary is lost before close(), the bucket is
|
@param canary: If the canary is lost before close(), the bucket is
|
||||||
deleted.
|
deleted.
|
||||||
@return: tuple of (alreadygot, allocated), where alreadygot is what we
|
@return: tuple of (alreadygot, allocated), where alreadygot is what we
|
||||||
already have and is what we hereby agree to accept. New
|
already have and allocated is what we hereby agree to accept.
|
||||||
leases are added for shares in both lists.
|
New leases are added for shares in both lists.
|
||||||
"""
|
"""
|
||||||
return TupleOf(SetOf(int, maxLength=MAX_BUCKETS),
|
return TupleOf(SetOf(int, maxLength=MAX_BUCKETS),
|
||||||
DictOf(int, RIBucketWriter, maxKeys=MAX_BUCKETS))
|
DictOf(int, RIBucketWriter, maxKeys=MAX_BUCKETS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user