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

Method append

example_code/item_074.py:159–160  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

157 self.columns = []
158
159 def append(self, data):
160 self.columns.append(data)
161
162 def __str__(self):
163 row_count = 1

Callers 3

__init__Method · 0.45
simulate_poolFunction · 0.45
item_074.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected