Clarify live storage collection semantics

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
Loren Eteval
2026-08-18 23:36:41 +08:00
parent 8dd2c53d7b
commit fdcf282949
5 changed files with 5 additions and 9 deletions
+1 -2
View File
@@ -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, ...]: