note in the docstring about mutable shares

This commit is contained in:
Jean-Paul Calderone 2019-08-14 12:29:26 -04:00
parent 5c418ba2cd
commit bba8af6be1

View File

@ -408,6 +408,8 @@ class StorageServer(service.MultiService, Referenceable):
"""
This method is not for client use.
:note: Only for mutable shares.
:return: An iterable of the leases attached to this slot.
"""
si_dir = storage_index_to_dir(storage_index)