transmart_loader.console module¶
-
class
transmart_loader.console.Console¶ Bases:
objectA helper class for displaying messages on the console (stderr).
-
Black= '\x1b[30m'¶
-
BlackBackground= '\x1b[40m'¶
-
Blue= '\x1b[94m'¶
-
Green= '\x1b[92m'¶
-
GreenBackground= '\x1b[42m'¶
-
Grey= '\x1b[37m'¶
-
Red= '\x1b[91m'¶
-
RedBackground= '\x1b[41m'¶
-
Reset= '\x1b[0m'¶
-
Yellow= '\x1b[93m'¶
-
YellowBackground= '\x1b[103m'¶
-
static
error(message)¶
-
static
info(message)¶
-
static
success(message)¶
-
static
title(title)¶
-
static
warning(message)¶
-