LLVM OpenMP 20.0.0git
Public Member Functions | Public Attributes | List of all members
libomputils.RunResult Class Reference

Public Member Functions

def __init__ (self, args, stdout, stderr, returncode)
 

Public Attributes

 executable
 
 stdout
 
 stderr
 
 returncode
 
 command
 

Detailed Description

Auxiliary class for execute_command() containing the
results of running a command

Definition at line 39 of file libomputils.py.

Constructor & Destructor Documentation

◆ __init__()

def libomputils.RunResult.__init__ (   self,
  args,
  stdout,
  stderr,
  returncode 
)

Definition at line 45 of file libomputils.py.

Member Data Documentation

◆ command

libomputils.RunResult.command

Definition at line 50 of file libomputils.py.

◆ executable

libomputils.RunResult.executable

Definition at line 46 of file libomputils.py.

◆ returncode

libomputils.RunResult.returncode

Definition at line 49 of file libomputils.py.

◆ stderr

libomputils.RunResult.stderr

Definition at line 48 of file libomputils.py.

◆ stdout

libomputils.RunResult.stdout

Definition at line 47 of file libomputils.py.


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