2022.12 #133

Merged
edraft merged 85 commits from 2022.12 into master 2022-12-25 11:58:35 +01:00
Showing only changes of commit 85f75b4677 - Show all commits

View File

@ -221,7 +221,7 @@ class QueryableABC(Sequence):
for v in self: for v in self:
value = _func(v) value = _func(v)
if v not in groups: if value not in groups:
groups[value] = [] groups[value] = []
groups[value].append(v) groups[value].append(v)