#include <PythonExecutor.h>
Enumerator |
---|
NOT_RUNNING |
|
RUNNING_FOREGROUND |
|
RUNNING_BACKGROUND |
|
PythonExecutor::PythonExecutor |
( |
| ) |
|
PythonExecutor::~PythonExecutor |
( |
| ) |
|
const std::string PythonExecutor::exceptionText |
( |
| ) |
const |
boost::python::object PythonExecutor::exceptionType |
( |
| ) |
const |
- Note
- GIL must be obtained when accessing this object.
const std::string PythonExecutor::exceptionTypeName |
( |
| ) |
const |
- Note
- The name includes module components.
boost::python::object PythonExecutor::exceptionValue |
( |
| ) |
const |
- Note
- GIL must be obtained when accessing this object.
bool PythonExecutor::execCode |
( |
const std::string & |
code | ) |
|
bool PythonExecutor::execFile |
( |
const std::string & |
filename | ) |
|
bool PythonExecutor::hasException |
( |
| ) |
const |
bool PythonExecutor::isBackgroundMode |
( |
| ) |
const |
bool PythonExecutor::isTerminated |
( |
| ) |
const |
boost::python::object PythonExecutor::resultObject |
( |
| ) |
|
- Note
- GIL must be obtained when accessing this object.
const std::string PythonExecutor::resultString |
( |
| ) |
const |
void PythonExecutor::setBackgroundMode |
( |
bool |
on | ) |
|
void PythonExecutor::setModuleRefreshEnabled |
( |
bool |
on | ) |
|
|
static |
bool PythonExecutor::terminate |
( |
| ) |
|
bool PythonExecutor::waitToFinish |
( |
double |
timeout | ) |
|
The documentation for this class was generated from the following files: