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:
@@ -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&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user