Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ DataclassPlanet
Class
DataclassPlanet
example_code/item_051.py:478–480 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
print(
"Example 44"
)
477
@dataclass(order=True)
478
class
DataclassPlanet:
479
distance: float
480
size: float
481
482
483
print(
"Example 45"
)
Callers
1
item_051.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected