Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ append
Method
append
example_code/item_071.py:202–203 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
200
self.columns = []
201
202
def
append(self, data):
203
self.columns.append(data)
204
205
def
__str__(self):
206
row_count = 1
Callers
2
__init__
Method · 0.45
item_071.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected