The following forum message was posted by tooltim at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4651083:
Hi everyone,
I have got a couple of compiled python files without the source. I include these
in Pydev via the forced builtins. However I cannot use calltips when instantiating
them. This problem only occurs with those 'compiled' imports. I can only call
the respective constructor via __init__(...) directly - then calltips work.
Having to remove the __init__ everytime when creating a new object is very
annoying.
Is this a bug or am I missing something?
Cheers,
Tim
|