MCPcopy Create free account
hub / github.com/ActiveState/code / AddRow

Method AddRow

recipes/Python/496723_Table_FedTable/recipe-496723.py:110–112  ·  view source on GitHub ↗
(self, *rowdatas)

Source from the content-addressed store, hash-verified

108 self.rowcount = 0
109
110 def AddRow(self, *rowdatas):
111 self.datas.append(rowdatas)
112 self.rowcount = len(self.datas)
113
114 def AddHeader(self, *Headers):
115 self.headers.append(Headers)

Callers 1

recipe-496723.pyFile · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected