Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Point3D
Class
Point3D
Lib/test/test_dataclasses/__init__.py:833–836 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
831
# here.
832
@dataclass
833
class
Point3D:
834
x: int
835
y: int
836
z: int
837
838
@dataclass
839
class
Date:
Callers
1
test_not_other_dataclass
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_not_other_dataclass
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…