mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstring
This commit is contained in:
@@ -211,7 +211,7 @@ class App(Generic[ReturnType], DOMNode):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def focus_chain(self) -> list[Widget]:
|
def focus_chain(self) -> list[Widget]:
|
||||||
"""Get widgets that may receive focus"""
|
"""Get widgets that may receive focus, in focus order."""
|
||||||
widgets: list[Widget] = []
|
widgets: list[Widget] = []
|
||||||
add_widget = widgets.append
|
add_widget = widgets.append
|
||||||
root = self.screen
|
root = self.screen
|
||||||
|
|||||||
Reference in New Issue
Block a user