mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
no need for docstring for private method
This commit is contained in:
@@ -1 +1 @@
|
||||
::: textual.widget.DataTable
|
||||
::: textual.widgets.DataTable
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user