mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstring
This commit is contained in:
@@ -715,6 +715,9 @@ class App(Generic[ReturnType], DOMNode):
|
||||
def screen(self) -> Screen:
|
||||
"""Screen: The current screen.
|
||||
|
||||
Returns:
|
||||
The currently active (visible) screen.
|
||||
|
||||
Raises:
|
||||
ScreenStackError: If there are no screens on the stack.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user