[C++-sig] __module__ of boost.python functions?

2010-09-10 Thread mbias...@bluewin.ch
Hi everyone, I'm trying to overload the python help function and hook it up to an external documentation system. I'm using the qualified name of the object to perform a lookup in a documentation database. So far I've got it working for almost everything defined in Python (classes, functions,

Re: [C++-sig] pyplusplus bug related to boost::equality_comparable (and possibly other operators as well)

2010-09-10 Thread Jakub Zytka
On 09/09/10 20:08, Roman Yakovenko wrote: I don't think fixing py++ is the right approach. I'm also considering a workaround of checking bases for all the classes and add missing "self != self" for all those which derive from equality_comparable; Perhaps there is the same problem with less_tha