Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ convert_tables
Function
convert_tables
python/pathway/tests/test_api.py:83–84 ·
view source on GitHub ↗
(scope, *tables)
Source
from the content-addressed store, hash-verified
81
82
83
def
convert_tables(scope, *tables):
84
return
tuple(convert_table(scope, table)
for
table in tables)
85
86
87
def
test_assert(event_loop):
Callers
1
build
Function · 0.85
Calls
2
tuple
Function · 0.85
convert_table
Function · 0.70
Tested by
no test coverage detected