4 #ifndef DYNAMIC_GRAPH_PYTHON_INTERPRETER_H
5 #define DYNAMIC_GRAPH_PYTHON_INTERPRETER_H
34 void python(
const std::string& command, std::string& result, std::string& out, std::string& err);
38 void runPythonFile(std::string filename);
39 void runPythonFile(std::string filename, std::string& err);
44 std::string processStream(std::istream& stream, std::ostream& os);
51 PyThreadState* _pyState;
Definition: interpreter.hh:23
#define DYNAMIC_GRAPH_PYTHON_DLLAPI
Definition: config.hh:64
#define DYNAMIC_GRAPH_PYTHON_DEPRECATED
Definition: deprecated.hh:32
Definition: convert-dg-to-py.hh:8