docstring

This commit is contained in:
Jean-Paul Calderone 2019-07-02 10:07:21 -04:00
parent bee3ee8ff1
commit 9743a1ab4e

View File

@ -136,6 +136,9 @@ class StorageFarmBroker(service.MultiService):
remember enough information to establish a connection to it on demand.
I'm also responsible for subscribing to the IntroducerClient to find out
about new servers as they are announced by the Introducer.
:ivar StorageClientConfig storage_client_config: Values from the node
configuration file relating to storage behavior.
"""
@property