mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Flesh out the HeaderClockSpace.render docstring
This commit is contained in:
@@ -45,6 +45,11 @@ class HeaderClockSpace(Widget):
|
||||
"""
|
||||
|
||||
def render(self) -> RenderResult:
|
||||
"""Render the header clock space.
|
||||
|
||||
Returns:
|
||||
The value to render.
|
||||
"""
|
||||
return ""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user