We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277b430 commit ef13b29Copy full SHA for ef13b29
sdk/python/packages/flet/src/flet/controls/context.py
@@ -110,6 +110,14 @@ def reset_auto_update(self):
110
111
112
class UpdateBehavior:
113
+ """
114
+ Internal class used by the Context API to manage auto-update behavior.
115
+
116
+ An instance of UpdateBehavior is stored in a context variable and tracks
117
+ whether automatic updates are enabled for the current context. The Context
118
+ class interacts with UpdateBehavior to enable, disable, and query the
119
+ auto-update state.
120
121
_auto_update_enabled: bool = True
122
123
0 commit comments