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

Method __init__

example_code/item_074.py:156–157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154print("Example 3")
155class ColumnPrinter:
156 def __init__(self):
157 self.columns = []
158
159 def append(self, data):
160 self.columns.append(data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected