#include "PythonAPI.h"
Public Member Functions | |
PythonAPI () | |
ot::ReturnValues | execute (std::list< std::string > &_scripts, std::list< std::list< ot::Variable > > &_parameterSet) noexcept(false) |
ot::ReturnValues | execute (const std::string &_command) noexcept(false) |
Friends | |
class | FixturePythonAPI |
PythonAPI::PythonAPI | ( | ) |
ot::ReturnValues PythonAPI::execute | ( | const std::string & | _command | ) |
ot::ReturnValues PythonAPI::execute | ( | std::list< std::string > & | _scripts, |
std::list< std::list< ot::Variable > > & | _parameterSet ) |
|
friend |