have a look at eclipse + pyDev
http://pydev.sourceforge.net/
probably it works as you wish
--
http://mail.python.org/mailman/listinfo/python-list
John J. Lee wrote:
> [EMAIL PROTECTED] writes:
>
> > I like the way call tips displays argument variables for functions
when
> > you type the "(" after the function name. However, if one of the
> > arguments to the function is something like "SomeMod.attribute",
the
> > intellisense will display
[EMAIL PROTECTED] writes:
> I like the way call tips displays argument variables for functions when
> you type the "(" after the function name. However, if one of the
> arguments to the function is something like "SomeMod.attribute", the
> intellisense will display all the exposed methods and att
I like the way call tips displays argument variables for functions when
you type the "(" after the function name. However, if one of the
arguments to the function is something like "SomeMod.attribute", the
intellisense will display all the exposed methods and attributes when
"SomeMod." is typed.