MCPcopy Create free account
hub / github.com/ml-explore/mlx-examples / __getitem__

Method __getitem__

lora/data/wikisql.py:92–93  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

90 return sql
91
92 def __getitem__(self, idx):
93 return self._queries[idx]
94
95 def __len__(self):
96 return len(self._queries)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected