Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
7
test_force_setattr
Method · 0.70
test_struct_override_eq
Method · 0.70
test_replace_calls_post_init
Method · 0.70
test_post_init
Method · 0.70
test_post_init_errors
Method · 0.70
test_post_init_inheritance
Method · 0.70
test_post_init_not_called_on_copy
Method · 0.70
Calls
no outgoing calls
Tested by
7
test_force_setattr
Method · 0.56
test_struct_override_eq
Method · 0.56
test_replace_calls_post_init
Method · 0.56
test_post_init
Method · 0.56
test_post_init_errors
Method · 0.56
test_post_init_inheritance
Method · 0.56
test_post_init_not_called_on_copy
Method · 0.56