Skip to content

Commit cf53929

Browse files
committed
docstrings
1 parent 94ee237 commit cf53929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/widgets/_tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ def cursor_node(self) -> TreeNode[TreeDataType] | None:
364364

365365
@property
366366
def last_line(self) -> int:
367+
"""int: the index of the last line."""
367368
return len(self._tree_lines) - 1
368369

369370
def process_label(self, label: TextType):

0 commit comments

Comments
 (0)