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

Class Add

example_code/item_050.py:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168print("Example 9")
169class Add:
170 def __init__(self, left, right):
171 self.left = left
172 self.right = right
173
174@my_evaluate.register(Add)
175def _(node):

Callers 1

item_050.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected