MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / append

Method append

example_code/item_075.py:140–141  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

138 self.columns = []
139
140 def append(self, data):
141 self.columns.append(data)
142
143 def __str__(self):
144 row_count = 1

Callers 3

__init__Method · 0.45
simulateFunction · 0.45
item_075.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected