Salome HOME
Various improvements.
[tools/py2cpp.git] / src / PyPtr.hxx
index fdfd37be9eed951e2a851f2c5b2107a69436596b..9c794f6229cf1d51558bcb8ab2aa37cf5e507c12 100644 (file)
@@ -37,6 +37,7 @@ class PyPtr: public _PyPtr
 public:
   using _PyPtr::_PyPtr;
   PyPtr getAttr(const std::string& attribute)const;
+  void setAttr(const std::string& attribute, const PyPtr& value)const;
   std::string repr()const;
 };