interactive editing

max(01)* max at fisso.casa
Fri Jul 23 11:18:00 EDT 2004


hi.

i would like to save, list and modify objects definitions in the python 
shell... smt like:

 >>> def aFun():
...   return "I am aFun() !"
...
 >>> <command to save the previous source code to a file>
 >>> <command to view the previous definition>
def aFun():
   return "I am aFun() !"
 >>> <command to edit it>
<an emacs/vi/whatever process spawned, or better an internal editor if 
it exists>
 >>>

is it possible?

bye

max



More information about the Python-list mailing list