Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/textual/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2249,10 +2249,6 @@ def content_size(self) -> Size:
def region(self) -> Region:
"""The region occupied by this widget, relative to the Screen.

Raises:
NoScreen: If there is no screen.
errors.NoWidget: If the widget is not on the screen.

Returns:
Region within screen occupied by widget.
"""
Expand Down
Loading