temci.setup package¶
Submodules¶
temci.setup.setup module¶
This module helps to build the C and C++ code in the scripts directory.
-
exception
temci.setup.setup.ExecError(cmd: str, out: str, err: str)[source]¶ Bases:
BaseExceptionError raised if a command failed.
-
cmd= None¶ Failed command
-
err= None¶ Error output of the command
-
out= None¶ Output of the command
-