mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add a docstring to TextLog
This commit is contained in:
@@ -21,6 +21,8 @@ from ..strip import Strip
|
|||||||
|
|
||||||
|
|
||||||
class TextLog(ScrollView, can_focus=True):
|
class TextLog(ScrollView, can_focus=True):
|
||||||
|
"""A widget for logging text."""
|
||||||
|
|
||||||
DEFAULT_CSS = """
|
DEFAULT_CSS = """
|
||||||
TextLog{
|
TextLog{
|
||||||
background: $surface;
|
background: $surface;
|
||||||
|
|||||||
Reference in New Issue
Block a user