glxaudio.Object module

class glxaudio.Object.Object[source]

Bases: object

debug

True if debug message can be display

Generally it highly stress the console and is here for future maintenance of the Application.

Enjoy future dev it found it function ;)

Default
False
Returns:The debug property value
Return type:bool
debug_level

Get the debugging information’s level to display on the stdscr.

Range: 0 to 3

Returns:The debug_level property value
Return type:int
verbose

Get if the verbose information’s is display to the screen.

Returns:True if verbose mode is enable, False for disable it.
Return type:bool
verbose_level

Get the verbose information’s level to display on the screen.

Range: 0 to 3

See: Object.set_verbose_level() for more information’s about effect of debug_level

Returns:The debug level as set with MorseDecoder.set_debug_level()
Return type:int