MCPcopy
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

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected