Lines Matching +full:a +full:- +full:display
1 # SPDX-License-Identifier: GPL-2.0+
27 of a single class.
41 """This returns True if it is likely that a user is present.
44 is a waste of time, and may lock a script which should otherwise fail.
60 """Display progress information.
63 msg: Message to display.
64 warning: True if this is a warning."""
78 """Output a message to the terminal.
83 msg; Message to display.
93 """Output a message to the terminal.
98 msg; Message to display.
103 """Display an error message
106 msg; Message to display.
111 """Display a warning message
114 msg; Message to display.
119 """Display an important infomation message
122 msg; Message to display.
127 """Display an infomation message
130 msg; Message to display.
135 """Display a debug message
138 msg; Message to display.
143 """Display a message regardless of the current output level.
147 msg; Message to display.
152 """Initialize a new output object.
155 verbose: Verbosity level (0-4).