You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refuse to write objects with unchecked modifications
This helps users ensure that they don't forget to call `_check()`
whenever necessary. The idea is that any external change to the object
sets the `_dirty` flag, which can be cleared by calling `_check()`.
0 commit comments