Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ Integer
Class
Integer
example_code/item_049.py:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
print(
"Example 1"
)
51
class
Integer:
52
def
__init__(self, value):
53
self.value = value
54
55
class
Add:
56
def
__init__(self, left, right):
Callers
1
item_049.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected