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

Function _json_table

python/pathway/tests/test_json.py:49–50  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

47
48
49def _json_table(**kwargs) -> pw.Table:
50 return _json_table_from_list([dict(zip(kwargs, v)) for v in zip(*kwargs.values())])
51
52
53def _optional_json_table(**kwargs) -> pw.Table:

Callers 15

_optional_json_tableFunction · 0.85
test_json_get_simpleFunction · 0.85
test_json_get_noneFunction · 0.85
test_json_get_defaultFunction · 0.85
test_json_get_wo_defaultFunction · 0.85
test_json_get_itemFunction · 0.85

Calls 2

_json_table_from_listFunction · 0.85
valuesMethod · 0.80

Tested by

no test coverage detected