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

Method __init__

example_code/item_053.py:66–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64
65class PlusFive:
66 def __init__(self):
67 self.value += 5
68
69
70print("Example 3")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected