docstring

This commit is contained in:
Will McGugan
2023-04-09 20:23:14 +01:00
parent 5f7a0beba4
commit 9a1e645ccd

View File

@@ -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.
"""