2
0
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:
Dave Abrahams
2000-10-28 21:28:23 +00:00
parent b0e3e0c062
commit ced23849a2

View File

@@ -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;