Skip to content

Commit f1e9765

Browse files
authored
Merge pull request #5767 from scotscotmcc/update_reactive_docstring
Update reactive.py docstrings
2 parents 036ac05 + 4200a98 commit f1e9765

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)