OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | reset_all () |
def | init (autoreset=False, convert=None, strip=None, wrap=True) |
def | deinit () |
def | colorama_text (*args, **kwargs) |
def | reinit () |
def | wrap_stream (stream, convert, strip, autoreset, wrap) |
Variables | |
orig_stdout | |
orig_stderr | |
wrapped_stdout | |
wrapped_stderr | |
atexit_done | |
def pip._vendor.colorama.initialise.colorama_text | ( | * | args, |
** | kwargs | ||
) |
def pip._vendor.colorama.initialise.deinit | ( | ) |
def pip._vendor.colorama.initialise.init | ( | autoreset = False , |
|
convert = None , |
|||
strip = None , |
|||
wrap = True |
|||
) |
def pip._vendor.colorama.initialise.reinit | ( | ) |
def pip._vendor.colorama.initialise.reset_all | ( | ) |
def pip._vendor.colorama.initialise.wrap_stream | ( | stream, | |
convert, | |||
strip, | |||
autoreset, | |||
wrap | |||
) |
atexit_done |
orig_stderr |
orig_stdout |
wrapped_stderr |
wrapped_stdout |