MCPcopy Index your code
hub / github.com/pathwaycom/pathway / StreamSubject

Class StreamSubject

python/pathway/tests/test_deduplicate.py:384–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 value: float
383
384 class StreamSubject(pw.io.python.ConnectorSubject):
385 def run(self):
386 for index in range(offset, offset + nb_rows):
387 self.next_json({"value": index})
388 # Make sure that the data can't be batched
389 time.sleep(0.01)
390 self.commit()
391
392 table = pw.io.python.read(
393 StreamSubject(),

Callers 1

run_computationFunction · 0.85

Calls

no outgoing calls

Tested by 1

run_computationFunction · 0.68