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

Method __init__

example_code/item_050.py:160–161  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

158print("Example 8")
159class Integer:
160 def __init__(self, value):
161 self.value = value
162
163@my_evaluate.register(Integer)
164def _(node):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected