Menu

#1368 call tips for compiled imported classes

open
5
2011-08-11
2011-08-11
Tim
No

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.

Discussion