Skip to content
Snippets Groups Projects
Commit c1eabb16 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

general description in dummy docstring

parent 822ac0bf
No related branches found
No related tags found
1 merge request!73Automatically maintain leases
...@@ -131,6 +131,8 @@ def dummy_maintain_leases(): ...@@ -131,6 +131,8 @@ def dummy_maintain_leases():
@attr.s @attr.s
class DummyStorageServer(object): class DummyStorageServer(object):
""" """
A dummy implementation of ``IStorageServer`` from Tahoe-LAFS.
:ivar dict[bytes, datetime] buckets: A mapping from storage index to lease :ivar dict[bytes, datetime] buckets: A mapping from storage index to lease
expiration time for shares at that storage index. expiration time for shares at that storage index.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment