OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, command, status=None, stderr=None, stdout=None) |
def | __str__ (self) |
Data Fields | |
command | |
status | |
stdout | |
stderr | |
Base class for exceptions thrown at every stage of `Popen()` execution. :param command: A non-empty list of argv comprising the command-line.
def __init__ | ( | self, | |
command, | |||
status = None , |
|||
stderr = None , |
|||
stdout = None |
|||
) |
Reimplemented in HookExecutionError, and GitCommandError.
def __str__ | ( | self | ) |
command |
status |
stderr |
stdout |