Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ Integer
Class
Integer
example_code/item_050.py:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
print(
"Example 8"
)
159
class
Integer:
160
def
__init__(self, value):
161
self.value = value
162
163
@my_evaluate.register(Integer)
164
def
_(node):
Callers
1
item_050.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected