Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ P
Class
P
Lib/test/test_dataclasses/__init__.py:2189–2191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2187
global P, Q, R
2188
@dataclass
2189
class
P:
2190
x: int
2191
y: int = 0
2192
@dataclass
2193
class
Q:
2194
x: int
Callers
1
test_dataclasses_pickleable
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_dataclasses_pickleable
Method · 0.56