OpenQuizz
Une application de gestion des contenus pédagogiques
CommandError Class Reference
Inheritance diagram for CommandError:
Collaboration diagram for CommandError:

Public Member Functions

def __init__ (self, command, status=None, stderr=None, stdout=None)
 
def __str__ (self)
 

Data Fields

 command
 
 status
 
 stdout
 
 stderr
 

Detailed Description

Base class for exceptions thrown at every stage of `Popen()` execution.

:param command:
    A non-empty list of argv comprising the command-line.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  command,
  status = None,
  stderr = None,
  stdout = None 
)

Reimplemented in HookExecutionError, and GitCommandError.

Member Function Documentation

◆ __str__()

def __str__ (   self)

Field Documentation

◆ command

command

◆ status

status

◆ stderr

stderr

◆ stdout

stdout

The documentation for this class was generated from the following file: