Skip to content

Commit 2c14265

Browse files
[stub] Add a note on the attached attributes
1 parent 0911582 commit 2c14265

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

albert.pyi

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,20 @@ class Notification:
319319
...
320320

321321

322-
def debug(arg: Any):...
323-
def info(arg: Any):...
324-
def warning(arg: Any):...
325-
def critical(arg: Any):...
322+
def debug(arg: Any):
323+
"""Module attached attribute"""
324+
325+
326+
def info(arg: Any):
327+
"""Module attached attribute"""
328+
329+
330+
def warning(arg: Any):
331+
"""Module attached attribute"""
332+
333+
334+
def critical(arg: Any):
335+
"""Module attached attribute"""
326336

327337

328338
def setClipboardText(text: str=''):

0 commit comments

Comments
 (0)