|
LLVM OpenMP 22.0.0git
|
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) |
Auxiliary class for execute_command() containing the results of running a command
Definition at line 39 of file libomputils.py.
| libomputils.RunResult.__init__ | ( | self, | |
| args, | |||
| stdout, | |||
| stderr, | |||
| returncode ) |
Definition at line 45 of file libomputils.py.
| str libomputils.RunResult.command = " ".join(args) |
Definition at line 50 of file libomputils.py.
| libomputils.RunResult.executable = args[0] |
Definition at line 46 of file libomputils.py.
| libomputils.RunResult.returncode = returncode |
Definition at line 49 of file libomputils.py.
| libomputils.RunResult.stderr = stderr.decode("utf-8") |
Definition at line 48 of file libomputils.py.
| libomputils.RunResult.stdout = stdout.decode("utf-8") |
Definition at line 47 of file libomputils.py.