MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / column

Method column

explorer/models.py:325–326  ·  view source on GitHub ↗
(self, ix)

Source from the content-addressed store, hash-verified

323 ]
324
325 def column(self, ix):
326 return [r[ix] for r in self.data]
327
328 def process(self):
329 start_time = time()

Callers 2

process_columnsMethod · 0.95
test_column_accessMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_column_accessMethod · 0.64