Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
class
Multiply:
61
def
__init__(self, left, right):
62
self.left = left
63
self.right = right
64
65
66
print(
"Example 2"
)
Callers
1
item_049.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected