>>> import inspect
>>> help(inspect)
Thanks,
I have not seen the func params yet, but the default values are so
Regards,
Philippe
--
***
Philippe C. Martin
SnakeCard LLC
www.snakecard.com
***
--
http://mail.python.org/mailman/listinfo/py
On Mon, Jan 10, 2005 at 08:29:40PM +0100, Philippe C. Martin wrote:
> Is this possible ?
>
> I am trying to have auto-completion working in a shell I wrote but I
> currently have the method lists done by hand (ie; if I add/subtract a
> method from that class, then my auto-completion is out of date
Is this possible ?
I am trying to have auto-completion working in a shell I wrote but I
currently have the method lists done by hand (ie; if I add/subtract a
method from that class, then my auto-completion is out of date).
Same issue with method parameters.
I have parsed through many of the attr