LLVM OpenMP 22.0.0git
libomputils.RunResult Class Reference

Public Member Functions

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

Public Attributes

 executable = args[0]
 stdout = stdout.decode("utf-8")
 stderr = stderr.decode("utf-8")
 returncode = returncode
str command = " ".join(args)

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__()

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

Definition at line 45 of file libomputils.py.

Member Data Documentation

◆ command

str libomputils.RunResult.command = " ".join(args)

Definition at line 50 of file libomputils.py.

◆ executable

libomputils.RunResult.executable = args[0]

Definition at line 46 of file libomputils.py.

◆ returncode

libomputils.RunResult.returncode = returncode

Definition at line 49 of file libomputils.py.

◆ stderr

libomputils.RunResult.stderr = stderr.decode("utf-8")

Definition at line 48 of file libomputils.py.

◆ stdout

libomputils.RunResult.stdout = stdout.decode("utf-8")

Definition at line 47 of file libomputils.py.


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