OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | Git |
class | Git.AutoInterrupt |
class | Git.CatFileContentStream |
Namespaces | |
git.cmd | |
Functions | |
def | handle_process_output (process, stdout_handler, stderr_handler, finalizer=None, decode_streams=True) |
def | dashify (string) |
def | slots_to_dict (self, exclude=()) |
def | dict_to_slots_and__excluded_are_none (self, d, excluded=()) |
def | handle_process_output (process, stdout_handler, stderr_handler, finalizer=None, decode_streams=True) |
def | dashify (string) |
def | slots_to_dict (self, exclude=()) |
def | dict_to_slots_and__excluded_are_none (self, d, excluded=()) |
Variables | |
execute_kwargs | |
log | |
CREATE_NO_WINDOW | |
PROC_CREATIONFLAGS | |
CREATE_NEW_PROCESS_GROUP is needed to allow killing it afterwards, see https://docs.python.org/3/library/subprocess.html#subprocess.Popen.send_signal. More... | |