mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 23:37:18 +00:00
argument annootation update
This commit is contained in:
parent
1106ff6482
commit
3c068edf4f
@ -33,7 +33,7 @@ class Printer:
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
verbose(bool): print all fields
|
verbose(bool): print all fields
|
||||||
log_fn(Callable[[str], None]): logger function to log data (Default value = print)
|
log_fn(Callable[[str], None], optional): logger function to log data (Default value = print)
|
||||||
separator(str, optional): separator for property name and property value (Default value = ": ")
|
separator(str, optional): separator for property name and property value (Default value = ": ")
|
||||||
"""
|
"""
|
||||||
if (title := self.title()) is not None:
|
if (title := self.title()) is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user