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

Method __getitem__

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

Source from the content-addressed store, hash-verified

2073 self._j = j
2074
2075 def __getitem__(self, i):
2076 return list.__getitem__(self._datasheet, i)[self._j]
2077 def __setitem__(self, i, value):
2078 list.__getitem__(self._datasheet, i)[self._j] = value
2079 def __len__(self):

Callers

nothing calls this directly

Calls 1

__getitem__Method · 0.45

Tested by

no test coverage detected