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

Method extend

pattern/db/__init__.py:814–815  ·  view source on GitHub ↗
(self, fields)

Source from the content-addressed store, hash-verified

812 self.table.db.execute(index, commit=True)
813 self.table._update()
814 def extend(self, fields):
815 [self.append(f) for f in fields]
816 def __setitem__(self, *args, **kwargs):
817 raise NotImplementedError, "Table.fields only supports append()"
818 insert = remove = pop = __setitem__

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected