We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd08c72 + 820ce17 commit 483b3eeCopy full SHA for 483b3ee
1 file changed
src/textual/widget.py
@@ -2249,10 +2249,6 @@ def content_size(self) -> Size:
2249
def region(self) -> Region:
2250
"""The region occupied by this widget, relative to the Screen.
2251
2252
- Raises:
2253
- NoScreen: If there is no screen.
2254
- errors.NoWidget: If the widget is not on the screen.
2255
-
2256
Returns:
2257
Region within screen occupied by widget.
2258
"""
0 commit comments