Hi,
I'm currently generating doc for my live boost.python classes,
instances and function. But I can't find any way to retrieve the
parameter info of functions and its signature because it has no
__code__ attribute due to it's written I C++. Any solution to this?
__
Boost.Python generates docstrings during compilation, which you can retrieve
with
obj.__doc__
Some examples:
http://www.boost.org/doc/libs/1_44_0/libs/python/doc/v2/docstring_options.html
Ralf
- Original Message
From: Simon Warg
To: "cplusplus-sig@python.org"
Sent: Tue, September 21,