MCPcopy
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

fieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…