MCPcopy Index your code
hub / github.com/clips/pattern / __getitem__

Method __getitem__

pattern/db/__init__.py:1906–1907  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

1904 self._datasheet.pop(i)
1905 self._datasheet.insert(i, row)
1906 def __getitem__(self, i):
1907 return list.__getitem__(self._datasheet, i)
1908 def __delitem__(self, i):
1909 self.pop(i)
1910 def __len__(self):

Callers

nothing calls this directly

Calls 1

__getitem__Method · 0.45

Tested by

no test coverage detected