MCPcopy 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
202class DataclassContainer:
203 value: list = field(default_factory=list)
204
205
206print("Example 22")

Callers 1

item_051.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected