MCPcopy
hub / github.com/msgspec/msgspec / get

Function get

tests/unit/test_struct.py:1334–1335  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

1332)
1333def test_struct_option_precedence(option, default):
1334 def get(cls):
1335 return getattr(cls.__struct_config__, option)
1336
1337 class Default(Struct):
1338 pass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected