MCPcopy
hub / github.com/geldata/gel / squery_values

Method squery_values

edb/testbase/server.py:1711–1713  ·  view source on GitHub ↗
(self, query, *args)

Source from the content-addressed store, hash-verified

1709 super().tearDown()
1710
1711 async def squery_values(self, query, *args):
1712 res = await self.scon.fetch(query, *args)
1713 return [list(r.values()) for r in res]
1714
1715 def assert_shape(self, res: Any, rows: int, columns: int | list[str]):
1716 """

Callers 15

Calls 1

valuesMethod · 0.45

Tested by 15