Method
modify_state
(
self,
token: str,
background: bool = False,
previous_dirty_vars: dict[str, set[str]] | None = None,
)
Source from the content-addressed store, hash-verified
| 1367 | @overload |
| 1368 | @deprecated("pass token as rx.BaseStateToken instead of str") |
| 1369 | def modify_state( |
| 1370 | self, |
| 1371 | token: str, |
| 1372 | background: bool = False, |
| 1373 | previous_dirty_vars: dict[str, set[str]] | None = None, |
| 1374 | ) -> contextlib.AbstractAsyncContextManager[BaseState]: ... |
| 1375 | |
| 1376 | @overload |
| 1377 | def modify_state( |