[C++-sig] Better introspection/apidoc extraction support?

Hans Meine meine at informatik.uni-hamburg.de
Tue May 15 15:01:41 CEST 2007


Hi!

Am Dienstag, 15. Mai 2007 14:12:07 schrieb English, Mark:
> For an introspection example, there was a signature.py drifting around
> which I'm having trouble tracking down, written I believe by Neel
> Krishnaswami. There's a copy here:
> http://funformkit.sourceforge.net/FunFormKit/Signature.py

That looks like a predecessor / alternative to the std. 'inspect' module.
(And does not yet work with boost::python or course.)

> Speaking of signatures, have you looked at the draft Pep 362 ?
> http://www.python.org/dev/peps/pep-0362/

That PEP is very interesting indeed.  Since it describes a complete API, it 
looks like a perfect implementation goal for BPL.  (Eager/lazy creation does 
not really matter here, as long as BPL functions get a proper __signature__ 
attribute.)  Ralf, what do you think?

-- 
Ciao, /  /
     /--/
    /  / ANS



More information about the Cplusplus-sig mailing list