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

Class T

integration_tests/db_connectors/test_postgres.py:3238–3239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3236 v: str
3237
3238 class T(pw.Schema):
3239 xyz: int
3240
3241 written = pw.debug.table_from_rows(S, [(1, "a")])
3242 other = pw.debug.table_from_rows(T, [(99,)])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected