Functions | |
| def | _stream_has_color (stream) |
| def | d (args) |
| def | debug_indent (n=1, indentation=' ') |
| def | debug_on () |
| def | debug_unindent (n=1, indentation=' ') |
| def | e (args) |
| def | f (args) |
| def | i (args) |
| def | is_color_on () |
| def | is_debug_on () |
| def | is_verbose_on () |
| def | n_errors () |
| def | n_warnings () |
| def | out (args, sep=' ', end='\n') |
| def | progress (args) |
| def | quiet_on () |
| def | reset_errors () |
| def | reset_warnings () |
| def | v (args) |
| def | verbose_on () |
| def | w (args) |
Variables | |
| string | _debug_indent = '' |
| bool | _debug_on = False |
| string | _have_color = '--color' |
| int | _n_errors = 0 |
| int | _n_warnings = 0 |
| string | _progress = '' |
| bool | _verbose_on = False |
| string | clear_eol = '\033[K' |
| string | clear_eos = '\033[J' |
| string | cr = '\033[G' |
| string | gray = '\033[90m' |
| string | red = '\033[91m' |
| string | reset = '\033[0m' |
| string | yellow = '\033[93m' |