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