mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
Add getattr forwarding to BoundFunction so docstrings can be read.
[SVN r8044]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user