Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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:
Callers
15
spawn_program
Function · 0.45
web_dashboard
Function · 0.45
cargo_build
Function · 0.45
test_deltalake_read_after_modification
Function · 0.45
test_deltalake_no_primary_key
Function · 0.45
test_deltalake_read_external_decimal_columns
Function · 0.45
test_deltalake_decimal_column_str_roundtrip
Function · 0.45
test_deltalake_decimal_column_str_write_invalid_string
Function · 0.45
test_deltalake_read_external_decimal_columns_as_str
Function · 0.45
test_deltalake_read_external_temporal_columns
Function · 0.45
test_deltalake_read_narrow_numeric_columns
Function · 0.45
test_debug_operator
Function · 0.45
Calls
1
next
Method · 0.80
Tested by
no test coverage detected