Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
print(
"Example 9"
)
169
class
Add:
170
def
__init__(self, left, right):
171
self.left = left
172
self.right = right
173
174
@my_evaluate.register(Add)
175
def
_(node):
Callers
1
item_050.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected