Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ UserId
Class
UserId
Lib/test/test_dataclasses/__init__.py:1664–1666 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1662
def
test_helper_asdict_nested(self):
1663
@dataclass
1664
class
UserId:
1665
token: int
1666
group: int
1667
@dataclass
1668
class
User:
1669
name: str
Callers
3
test_basic
Method · 0.85
test_helper_asdict_nested
Method · 0.85
test_helper_astuple_nested
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_basic
Method · 0.68
test_helper_asdict_nested
Method · 0.68
test_helper_astuple_nested
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…