call tips for compiled imported classes
Brought to you by:
fabioz
pydev version 1.6.3
When importing a package of compiled python classes (*.pyc files without the corresponding *.py files) code completion does not show call tips when trying to instantiate a class. However the constructor can be called explicitly - then all arguments are expanded.