On Wed, 30 Nov 2005 20:55:46 -0500, Peter Hansen <[EMAIL PROTECTED]> wrote:

>Deep wrote:
>> If i start a python shell. Is there a way to list the currently defined
>> classes, methods,
>> variables?
>
>Does this work?
>
> >>> dir()
>
  >>> help(__name__)

might be interesting for the OP too ;-)

Regards,
Bengt Richter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to