4 #ifndef DYNAMIC_GRAPH_PYTHON_INTERPRETER_H 5 #define DYNAMIC_GRAPH_PYTHON_INTERPRETER_H 33 void python(
const std::string& command, std::string& result, std::string& out, std::string& err);
37 void runPythonFile(std::string filename);
38 void runPythonFile(std::string filename, std::string& err);
43 std::string processStream(std::istream& stream, std::ostream& os);
50 PyThreadState* _pyState;
59 #endif // DYNAMIC_GRAPH_PYTHON_INTERPRETER_H
#define DYNAMIC_GRAPH_PYTHON_DLLAPI
Definition: config.hh:64
#define DYNAMIC_GRAPH_PYTHON_DEPRECATED
Definition: deprecated.hh:32
Definition: interpreter.hh:22
Definition: convert-dg-to-py.hh:7