2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

automatic addition of C++ signatures to doc strings

[SVN r32290]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2006-01-12 00:32:29 +00:00
parent efcd2833f1
commit 1cacefc226
5 changed files with 109 additions and 134 deletions

View File

@@ -40,6 +40,8 @@ struct BOOST_PYTHON_DECL function : PyObject
object const& name() const;
private: // helper functions
object signature(bool show_return_type=false) const;
object signatures(bool show_return_type=false) const;
void argument_error(PyObject* args, PyObject* keywords) const;
void add_overload(handle<function> const&);