Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ FirstClass
Class
FirstClass
example_code/item_124.py:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
136
print(
"Example 11"
)
137
class
FirstClass:
138
def
__init__(self, value):
139
self.value = value
140
141
class
SecondClass:
142
def
__init__(self, value):
Callers
1
item_124.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected