Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
ANSI color codes for terminal text formatting. More...
Static Public Attributes | |
str | HEADER = "\033[95m" |
str | OKBLUE = "\033[94m" |
str | OKGREEN = "\033[92m" |
str | WARNING = "\033[93m" |
str | FAIL = "\033[91m" |
str | ENDC = "\033[0m" |
str | BOLD = "\033[1m" |
str | UNDERLINE = "\033[4m" |
ANSI color codes for terminal text formatting.
Provides named constants for colored terminal output using ANSI escape sequences. All colors should be used with ENDC to reset formatting.
Example: print(f"{CliColors.OKGREEN}Success!{CliColors.ENDC}")
Definition at line 43 of file duplicate_code_detection.py.
|
static |
Definition at line 58 of file duplicate_code_detection.py.
|
static |
Definition at line 57 of file duplicate_code_detection.py.
|
static |
Definition at line 56 of file duplicate_code_detection.py.
|
static |
Definition at line 52 of file duplicate_code_detection.py.
|
static |
Definition at line 53 of file duplicate_code_detection.py.
|
static |
Definition at line 54 of file duplicate_code_detection.py.
|
static |
Definition at line 59 of file duplicate_code_detection.py.
|
static |
Definition at line 55 of file duplicate_code_detection.py.