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

Class Add

example_code/item_049.py:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 self.value = value
54
55class Add:
56 def __init__(self, left, right):
57 self.left = left
58 self.right = right
59
60class Multiply:
61 def __init__(self, left, right):

Callers 1

item_049.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected