We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0911582 commit 2c14265Copy full SHA for 2c14265
albert.pyi
@@ -319,10 +319,20 @@ class Notification:
319
...
320
321
322
-def debug(arg: Any):...
323
-def info(arg: Any):...
324
-def warning(arg: Any):...
325
-def critical(arg: Any):...
+def debug(arg: Any):
+ """Module attached attribute"""
+
326
+def info(arg: Any):
327
328
329
330
+def warning(arg: Any):
331
332
333
334
+def critical(arg: Any):
335
336
337
338
def setClipboardText(text: str=''):
0 commit comments