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

Method __delitem__

pattern/db/__init__.py:1755–1756  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

1753 fields = self.fields)
1754
1755 def __delitem__(self, index):
1756 self.pop(index)
1757
1758 # datasheet1 = datasheet2 + datasheet3
1759 # datasheet1 = [[...],[...]] + datasheet2

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected