Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6338180
By: bendavis78

Let's say I've defined a class constructor as such:

class MyClass:
    def __init__(foo, bar):
        print foo


If I want to instantiate the class,  the code completion does not hint to the
parameters of that class,  eg:

foo = MyClass( ...

The code completion menu only shows the class name.  Is it possible to have
it show the params? Am I doing something wrong?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to