MCPcopy Create free account
hub / github.com/clips/pattern / __delitem__

Method __delitem__

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

Source from the content-addressed store, hash-verified

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):
1911 return len(self._datasheet)
1912 def __iter__(self):

Callers

nothing calls this directly

Calls 1

popMethod · 0.95

Tested by

no test coverage detected