MCPcopy 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
83def convert_tables(scope, *tables):
84 return tuple(convert_table(scope, table) for table in tables)
85
86
87def test_assert(event_loop):

Callers 1

buildFunction · 0.85

Calls 2

tupleFunction · 0.85
convert_tableFunction · 0.70

Tested by

no test coverage detected