Hi,

I am new to Python. I tried searching this but could not find an answer. In
the interactive shell, I write a new function and I want to be able to see
all the code that I wrote at a later time. Just typing the function name
only shows

>>> allmethods
<function allmethods at 0x822b0>

How do I see the actual code ?

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

Reply via email to