15 ot::ReturnValues execute(std::list<std::string>& _scripts, std::list<std::list<ot::Variable>>& _parameterSet)
noexcept(
false);
18 std::map<std::string , std::string> m_moduleEntrypointByModuleName;
20 std::list<ot::EntityInformation> ensureScriptsAreLoaded(
const std::list<std::string>& _scripts);
21 void loadScipt(
const ot::EntityInformation& _entityInformation);
Entity that holds a binary representation of a file. Any type of file should be supported.
Builder to transfer typically used PyObjects to c++ types and vice versa.
Wrapper around python code execution.
Definition FixturePythonAPI.h:12
Definition PythonAPI.h:11
ot::ReturnValues execute(std::list< std::string > &_scripts, std::list< std::list< ot::Variable > > &_parameterSet) noexcept(false)
Definition PythonAPI.cpp:24
PythonAPI()
Definition PythonAPI.cpp:19
Definition PythonWrapper.h:19
Definition ReturnValues.h:11