Skip to content

message ¤

Functions:

Attributes:

config_status_on_color module-attribute ¤

config_status_on_color = add_color_param(
    "message-status-on-color", "green", "color of on status messages"
)

config_status_off_color module-attribute ¤

config_status_off_color = add_color_param(
    "message-status-off-color", "red", "color of off status messages"
)

config_notice_color module-attribute ¤

config_notice_color = add_color_param(
    "message-notice-color", "purple", "color of notice messages"
)

config_hint_color module-attribute ¤

config_hint_color = add_color_param(
    "message-hint-color", "yellow", "color of hint and marker messages"
)

config_success_color module-attribute ¤

config_success_color = add_color_param(
    "message-success-color", "green", "color of success messages"
)

config_debug_color module-attribute ¤

config_debug_color = add_color_param(
    "message-debug-color", "blue", "color of debug messages"
)

config_info_color module-attribute ¤

config_info_color = add_color_param(
    "message-info-color", "white", "color of info messages"
)

config_warning_color module-attribute ¤

config_warning_color = add_color_param(
    "message-warning-color", "yellow", "color of warning messages"
)

config_error_color module-attribute ¤

config_error_color = add_color_param(
    "message-error-color", "red", "color of error messages"
)

config_system_color module-attribute ¤

config_system_color = add_color_param(
    "message-system-color", "light-red", "color of system messages"
)

config_exit_color module-attribute ¤

config_exit_color = add_color_param(
    "message-exit-color", "red", "color of exit messages"
)

config_breakpoint_color module-attribute ¤

config_breakpoint_color = add_color_param(
    "message-breakpoint-color", "yellow", "color of breakpoint messages"
)

config_signal_color module-attribute ¤

config_signal_color = add_color_param(
    "message-signal-color", "bold,red", "color of signal messages"
)

config_prompt_color module-attribute ¤

config_prompt_color: Parameter = add_color_param(
    "prompt-color", "bold,red", "prompt color"
)

config_prompt_alive_color module-attribute ¤

config_prompt_alive_color: Parameter = add_color_param(
    "prompt-alive-color", "bold,green", "prompt alive color"
)

on ¤

on(msg: object) -> str

off ¤

off(msg: object) -> str

notice ¤

notice(msg: object) -> str

hint ¤

hint(msg: object) -> str

success ¤

success(msg: object) -> str

debug ¤

debug(msg: object) -> str

info ¤

info(msg: object) -> str

warn ¤

warn(msg: object) -> str

error ¤

error(msg: object) -> str

system ¤

system(msg: object) -> str

exit ¤

exit(msg: object) -> str

breakpoint ¤

breakpoint(msg: object) -> str

signal ¤

signal(msg: object) -> str

prompt ¤

prompt(msg: object) -> str

alive_prompt ¤

alive_prompt(msg: object) -> str

readline_escape ¤

readline_escape(func_message: Callable[[str], str], text: str) -> str