Hi,<br><br>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 <br>
<br>>>> allmethods<br><function allmethods at 0x822b0><br><br>How do I see the actual code ?<br><br>thanks<br>mohan<br><br>