Salome HOME
[EDF27816] : Get rid of SALOME session for 3 last tests (YacsLoader, YacsLoader_Swig...
[modules/yacs.git] / src / runtime / PythonNode.hxx
index d83997cde3a257b07385da8baf77f41665dfa524..49b6a2e7c136a4e7df630a4316a13048829cd2dd 100644 (file)
@@ -108,6 +108,7 @@ namespace YACS
       void setSqueezeStatus(bool sqStatus) { _autoSqueeze=sqStatus; }
       bool getSqueezeStatus() const { return _autoSqueeze; }
       void squeezeMemorySafe();
+      static void ExecuteLocalInternal(const std::string& codeStr, PyObject *context, std::string& errorDetails);
     private:
       void executeLocalInternal(const std::string& codeStr);
     protected: