MCPcopy
hub / github.com/msgspec/msgspec / SimpleModel

Class SimpleModel

tests/unit/test_struct_meta.py:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162 # Test basic functionality - without kw_only_default
163 class SimpleModel(metaclass=CustomMeta):
164 x: int
165 y: str
166
167 # Verify the class was created correctly
168 assert isinstance(SimpleModel, CustomMeta)

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…