MCPcopy
hub / github.com/msgspec/msgspec / Example

Class Example

tests/unit/test_common.py:2839–2842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2837
2838 @dataclass(**kws)
2839 class Example:
2840 a: int
2841 b: int
2842 c: int
2843
2844 dec = proto.Decoder(Example)
2845 msg = Example(1, 2, 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…