MCPcopy Index your code
hub / github.com/msgspec/msgspec / BadFieldOrder

Class BadFieldOrder

tests/unit/test_struct_meta.py:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 SimpleChild(1)
187
188 class BadFieldOrder(KwOnlyBase):
189 x: int = 0
190 y: int
191
192 BadFieldOrder(y=10)
193

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…