Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ MyClass
Class
MyClass
example_code/item_030.py:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
print(
"Example 5"
)
89
class
MyClass:
90
def
__init__(self, value):
91
self.value = value
92
93
x = MyClass(10)
94
Callers
1
item_030.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected