diff --git a/functions.h b/functions.h index 7a2e2b66..4537acc1 100644 --- a/functions.h +++ b/functions.h @@ -91,6 +91,7 @@ class BoundFunction : public PythonObject BoundFunction(Ptr target, Ptr fn); PyObject* call(PyObject*args, PyObject* keywords) const; + PyObject* getattr(const char* name); private: struct TypeObject;