Re: [Tutor] Refreshing the interpreter environment

2005-06-22 Thread Kent Johnson
Javier Ruere wrote: > lawrence wang wrote: > >>How do I refresh the interpreter environment without restarting it, if >>possible? For example, I'm using the interpreter to test a class I'm >>writing; importing and instantiating it reveals a typo; I go and fix >>the typo. Now, is there any way to r

Re: [Tutor] Refreshing the interpreter environment

2005-06-20 Thread Javier Ruere
lawrence wang wrote: > How do I refresh the interpreter environment without restarting it, if > possible? For example, I'm using the interpreter to test a class I'm > writing; importing and instantiating it reveals a typo; I go and fix > the typo. Now, is there any way to reload the class afresh? S