Skip to content

Commit 4200a98

Browse files
authored
Update reactive.py docstrings
Add recompose to docstring for `class reactive(...)`. The text is just copied from the parent-class `Reactive`.
1 parent 0f66151 commit 4200a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/reactive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ class reactive(Reactive[ReactiveType]):
405405
repaint: Perform a repaint on change.
406406
init: Call watchers on initialize (post mount).
407407
always_update: Call watchers even when the new value equals the old value.
408+
recompose: Compose the widget again when the attribute changes.
408409
bindings: Refresh bindings when the reactive changes.
409410
"""
410411

0 commit comments

Comments
 (0)