![]() |
Display TTY
1
Customise your terminal's output
|
Variables | |
int | ERR = 1 |
EPITECH PROJECT, 2024 display_tty File description: constants.py. | |
int | ERROR = ERR |
int | SUCCESS = 0 |
str | OUT_TTY = "tty" |
str | OUT_STRING = "string" |
str | OUT_FILE = "file" |
str | OUT_DEFAULT = '' |
str | KEY_OUTPUT_MODE = "OUTPUT_MODE" |
str | KEY_PRETTIFY_OUTPUT = "PRETTIFY_OUTPUT" |
str | KEY_PRETTIFY_OUTPUT_IN_BLOCKS = "PRETTY_OUTPUT_IN_BLOCS" |
str | KEY_ANIMATION_DELAY = 'MESSAGE_ANIMATION_DELAY' |
str | KEY_ANIMATION_DELAY_BLOCKY = 'MESSAGE_ANIMATION_DELAY_BLOCKY' |
dict | TOML_CONF |
dict | FORBIDDEN_NUMBER_LOG_LEVELS_CORRESPONDANCE |
FORBIDDEN_NUMBER_LOG_LEVELS | |
int display_tty.src.constants.ERR = 1 |
EPITECH PROJECT, 2024 display_tty File description: constants.py.
Definition at line 17 of file constants.py.
int display_tty.src.constants.ERROR = ERR |
Definition at line 18 of file constants.py.
display_tty.src.constants.FORBIDDEN_NUMBER_LOG_LEVELS |
Definition at line 84 of file constants.py.
dict display_tty.src.constants.FORBIDDEN_NUMBER_LOG_LEVELS_CORRESPONDANCE |
Definition at line 73 of file constants.py.
str display_tty.src.constants.KEY_ANIMATION_DELAY = 'MESSAGE_ANIMATION_DELAY' |
Definition at line 35 of file constants.py.
str display_tty.src.constants.KEY_ANIMATION_DELAY_BLOCKY = 'MESSAGE_ANIMATION_DELAY_BLOCKY' |
Definition at line 37 of file constants.py.
str display_tty.src.constants.KEY_OUTPUT_MODE = "OUTPUT_MODE" |
Definition at line 28 of file constants.py.
str display_tty.src.constants.KEY_PRETTIFY_OUTPUT = "PRETTIFY_OUTPUT" |
Definition at line 29 of file constants.py.
str display_tty.src.constants.KEY_PRETTIFY_OUTPUT_IN_BLOCKS = "PRETTY_OUTPUT_IN_BLOCS" |
Definition at line 31 of file constants.py.
str display_tty.src.constants.OUT_DEFAULT = '' |
Definition at line 25 of file constants.py.
str display_tty.src.constants.OUT_FILE = "file" |
Definition at line 24 of file constants.py.
str display_tty.src.constants.OUT_STRING = "string" |
Definition at line 23 of file constants.py.
str display_tty.src.constants.OUT_TTY = "tty" |
Definition at line 22 of file constants.py.
int display_tty.src.constants.SUCCESS = 0 |
Definition at line 19 of file constants.py.
dict display_tty.src.constants.TOML_CONF |
Definition at line 40 of file constants.py.