Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msgspec/msgspec
/ Example
Class
Example
tests/unit/test_convert.py:1328–1331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1326
1327
@dataclass(**kws)
1328
class
Example:
1329
a: int
1330
b: int
1331
c: int
1332
1333
sol = Example(1, 2, 3)
1334
msg = mapcls(a=1, b=2, c=3)
Callers
nothing calls this directly
Calls
1
field
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…