+ playing in sandbox

This commit is contained in:
wmayer
2013-07-05 15:31:54 +02:00
parent 6fde5d764b
commit 249e806a31
4 changed files with 53 additions and 5 deletions

View File

@@ -72,7 +72,9 @@ public:
Py::Object repr();
Py::Object getattr(const char *);
Py::Object getObject() const;
int setattr(const char *, const Py::Object &);
Py::Object purgeTouched(const Py::Tuple&);
private:
DocumentObjectProtector* _dp;