mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-02 17:20:50 +00:00
docstring for Helper._active_uploads
This commit is contained in:
parent
c88c2846e2
commit
8eb518a221
@ -485,6 +485,11 @@ class LocalCiphertextReader(AskUntilSuccessMixin):
|
|||||||
|
|
||||||
@implementer(interfaces.RIHelper, interfaces.IStatsProducer)
|
@implementer(interfaces.RIHelper, interfaces.IStatsProducer)
|
||||||
class Helper(Referenceable):
|
class Helper(Referenceable):
|
||||||
|
"""
|
||||||
|
:ivar dict[bytes, CHKUploadHelper] _active_uploads: For any uploads which
|
||||||
|
have been started but not finished, a mapping from storage index to the
|
||||||
|
upload helper.
|
||||||
|
"""
|
||||||
# this is the non-distributed version. When we need to have multiple
|
# this is the non-distributed version. When we need to have multiple
|
||||||
# helpers, this object will become the HelperCoordinator, and will query
|
# helpers, this object will become the HelperCoordinator, and will query
|
||||||
# the farm of Helpers to see if anyone has the storage_index of interest,
|
# the farm of Helpers to see if anyone has the storage_index of interest,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user