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

Class Multiply

example_code/item_049.py:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 self.right = right
59
60class Multiply:
61 def __init__(self, left, right):
62 self.left = left
63 self.right = right
64
65
66print("Example 2")

Callers 1

item_049.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected