mirror of
				https://github.com/Textualize/textual.git
				synced 2025-10-17 02:38:12 +03:00 
			
		
		
		
	Merge pull request #5767 from scotscotmcc/update_reactive_docstring
Update reactive.py docstrings
This commit is contained in:
		| @@ -405,6 +405,7 @@ class reactive(Reactive[ReactiveType]): | ||||
|         repaint: Perform a repaint on change. | ||||
|         init: Call watchers on initialize (post mount). | ||||
|         always_update: Call watchers even when the new value equals the old value. | ||||
|         recompose: Compose the widget again when the attribute changes. | ||||
|         bindings: Refresh bindings when the reactive changes. | ||||
|     """ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Will McGugan
					Will McGugan