Deep wrote:
> If i start a python shell. Is there a way to list the currently defined
> classes, methods,
> variables?

Does this work?

 >>> dir()

-Peter

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to