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

Method __init__

example_code/item_075.py:137–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135print("Example 4")
136class ColumnPrinter:
137 def __init__(self):
138 self.columns = []
139
140 def append(self, data):
141 self.columns.append(data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected