MCPcopy
hub / github.com/msgspec/msgspec / Test

Class Test

tests/unit/test_struct.py:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114def test_struct_instance_attributes():
115 class Test(Struct):
116 c: int
117 b: float
118 a: str = "hello"
119
120 x = Test(1, 2.0, a="goodbye")
121

Calls 2

fieldFunction · 0.90
FooClass · 0.70

Used in the wild real call sites across dependent graphs

searching dependent graphs…