mirror of
https://github.com/LorenEteval/Furious.git
synced 2026-09-27 17:37:58 +03:00
Clarify live storage collection semantics
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
@@ -178,8 +178,7 @@ class UserSubs(Mixins.CleanupOnExit, StorageBackend):
|
||||
)
|
||||
|
||||
def data(self) -> dict[str, dict]:
|
||||
# Shallow copy
|
||||
"""Return the data managed by the user subs."""
|
||||
"""Return the live mutable collection managed by this repository."""
|
||||
return self._data
|
||||
|
||||
def groups(self) -> tuple[SubscriptionGroup, ...]:
|
||||
|
||||
Reference in New Issue
Block a user