We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedb3a4 commit 7977c10Copy full SHA for 7977c10
examples/getting_started.py
@@ -94,7 +94,11 @@ def __init__(self) -> None:
94
)
95
96
def _refresh_bottom_toolbar(self) -> None:
97
- """Background thread target to refresh the bottom toolbar."""
+ """Background thread target to refresh the bottom toolbar.
98
+
99
+ This is a toy example to show how the bottom toolbar can be used to display
100
+ realtime status updates in an otherwise line-oriented command interpreter.
101
+ """
102
import contextlib
103
104
from prompt_toolkit.application.current import get_app
0 commit comments