mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
updated docstring
This commit is contained in:
@@ -578,8 +578,7 @@ class App(Generic[ReturnType], DOMNode):
|
|||||||
Args:
|
Args:
|
||||||
filename (str | None, optional): Filename of SVG screenshot, or None to auto-generate
|
filename (str | None, optional): Filename of SVG screenshot, or None to auto-generate
|
||||||
a filename with the date and time. Defaults to None.
|
a filename with the date and time. Defaults to None.
|
||||||
path (str | None, optional): Path to directory for output or None for current
|
path (str, optional): Path to directory for output. Defaults to current working directory.
|
||||||
working directory. Default's to None"
|
|
||||||
time_format(str, optional): Time format to use if filename is None. Defaults to "%Y-%m-%d %X %f".
|
time_format(str, optional): Time format to use if filename is None. Defaults to "%Y-%m-%d %X %f".
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|||||||
Reference in New Issue
Block a user