Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ Multiply
Class
Multiply
example_code/item_050.py:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
return
left + right
179
180
class
Multiply:
181
def
__init__(self, left, right):
182
self.left = left
183
self.right = right
184
185
@my_evaluate.register(Multiply)
186
def
_(node):
Callers
1
item_050.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected