notification
dev_tool.tui.components.notification
NotificationComponent
A component for rendering notifications.
The constructor for the NotificationComponent class.
Parameters:
-
terminal(Terminal) –The blessed Terminal instance.
Source code in dev_tool/tui/components/notification.py
notification = NotificationDisplay(terminal)
instance-attribute
terminal = terminal
instance-attribute
draw
A method that draws notification banners below the header.
Parameters:
-
output(list) –The list to append terminal output strings to.