Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ DataclassContainer
Class
DataclassContainer
example_code/item_051.py:202–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
201
@dataclass
202
class
DataclassContainer:
203
value: list = field(default_factory=list)
204
205
206
print(
"Example 22"
)
Callers
1
item_051.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected