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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
This is a bug. Please report it in the PyDev sf tracker (see: http://pydev.org/about.html)
Cheers,
Fabio
Done.