Add docstring

This commit is contained in:
Darren Burns
2022-04-12 15:07:11 +01:00
parent 7e15822bf9
commit 6ca51bf727

View File

@@ -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: