Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pathwaycom/pathway
/ expected_output
Function
expected_output
python/pathway/tests/test_persistence_iterate.py:847–849 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
845
run_count = 0
846
847
def
expected_output():
848
counts = Counter(all_words)
849
return
{(word, count + add_amount)
for
word, count in counts.items()}
850
851
def
do_run(new_words):
852
nonlocal run_count
Callers
1
test_iterate_persistence_after_aggregation
Function · 0.85
Calls
1
items
Method · 0.80
Tested by
no test coverage detected