mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add docstring
This commit is contained in:
@@ -216,6 +216,8 @@ class App(DOMNode):
|
||||
Args:
|
||||
*objects (Any): Positional arguments are converted to string and written to logs.
|
||||
verbosity (int, optional): Verbosity level 0-3. Defaults to 1.
|
||||
_textual_calling_frame (inspect.FrameInfo | None): The frame info to include in
|
||||
the log message sent to the devtools server.
|
||||
"""
|
||||
output = ""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user