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

Method append

pattern/db/__init__.py:1789–1790  ·  view source on GitHub ↗
(self, row, default=None, _m=None)

Source from the content-addressed store, hash-verified

1787 self.__dict__["_m"] = m
1788
1789 def append(self, row, default=None, _m=None):
1790 self.insert(len(self), row, default)
1791 def extend(self, rows, default=None):
1792 for row in rows:
1793 self.insert(len(self), row, default)

Callers 13

stepMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
linkMethod · 0.45
_updateMethod · 0.45
SQLMethod · 0.45
SQLMethod · 0.45
_unpack_fieldsFunction · 0.45
xmlFunction · 0.45
parse_xmlFunction · 0.45
groupMethod · 0.45
appendMethod · 0.45

Calls 2

insertMethod · 0.95
lenFunction · 0.85

Tested by

no test coverage detected