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,
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