Re: Delete a function

2007-03-21 Thread gtb
On Mar 21, 12:45 pm, paul <[EMAIL PROTECTED]> wrote: > gtb schrieb:> On Mar 21, 11:37 am, Steve Holden <[EMAIL PROTECTED]> wrote: > >> gtb wrote: > >>> After a function has been imported to a shell how may it be deleted so > >>> that after editing it can reloaded anew? > >> Use the built-in reload(

Re: Delete a function

2007-03-21 Thread paul
gtb schrieb: > On Mar 21, 11:37 am, Steve Holden <[EMAIL PROTECTED]> wrote: >> gtb wrote: >>> After a function has been imported to a shell how may it be deleted so >>> that after editing it can reloaded anew? >> Use the built-in reload() function to reload the module that defines the >> function.

Re: Delete a function

2007-03-21 Thread Steve Holden
gtb wrote: > On Mar 21, 11:37 am, Steve Holden <[EMAIL PROTECTED]> wrote: >> gtb wrote: >>> After a function has been imported to a shell how may it be deleted so >>> that after editing it can reloaded anew? >> Use the built-in reload() function to reload the module that defines the >> function. >>

Re: Delete a function

2007-03-21 Thread Peter Otten
gtb wrote: > On Mar 21, 11:37 am, Steve Holden <[EMAIL PROTECTED]> wrote: >> gtb wrote: >> > After a function has been imported to a shell how may it be deleted so >> > that after editing it can reloaded anew? >> >> Use the built-in reload() function to reload the module that defines the >> functi

Re: Delete a function

2007-03-21 Thread gtb
On Mar 21, 11:37 am, Steve Holden <[EMAIL PROTECTED]> wrote: > gtb wrote: > > After a function has been imported to a shell how may it be deleted so > > that after editing it can reloaded anew? > > Use the built-in reload() function to reload the module that defines the > function. > > regards >

Re: Delete a function

2007-03-21 Thread Steve Holden
gtb wrote: > After a function has been imported to a shell how may it be deleted so > that after editing it can reloaded anew? Use the built-in reload() function to reload the module that defines the function. regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LL