no need for docstring for private method

This commit is contained in:
Will McGugan
2022-10-06 11:16:27 +01:00
parent 994ced1648
commit a152216588
2 changed files with 1 additions and 9 deletions

View File

@@ -1 +1 @@
::: textual.widget.DataTable
::: textual.widgets.DataTable

View File

@@ -574,14 +574,6 @@ class DataTable(ScrollView, Generic[CellType], can_focus=True):
return segments
def render_line(self, y: int) -> list[Segment]:
"""Render a line of content.
Args:
y (int): Y Coordinate of line.
Returns:
list[Segment]: A rendered line.
"""
width, height = self.size
scroll_x, scroll_y = self.scroll_offset
fixed_top_row_count = sum(