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

Class Ex

tests/unit/test_struct.py:1633–1634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631
1632 def test_force_setattr(self):
1633 class Ex(Struct, frozen=True):
1634 x: Any
1635
1636 obj = Ex(1)
1637

Calls

no outgoing calls

Tested by 7

test_force_setattrMethod · 0.56
test_post_initMethod · 0.56
test_post_init_errorsMethod · 0.56