MCPcopy
hub / github.com/pathwaycom/pathway / run

Method run

python/pathway/tests/test_io.py:1213–1215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1211
1212 class MySubject(pw.io.python.ConnectorSubject):
1213 def run(self) -> None:
1214 for i in range(4):
1215 self.next(a=i, b=f"x{i}")
1216
1217 @property
1218 def _deletions_enabled(self) -> bool:

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected