* Alan Gauld (Mon, 11 Jun 2007 13:27:41 +0100)
> "Andy Cheesman" <[EMAIL PROTECTED]> wrote
>
> > I've written. After a code modification, is there an easy, quick way
> > to
> > refresh changed modules?
>
> Look at the reload() function.
...and the deep reload option (which is the primary functi
"Andy Cheesman" <[EMAIL PROTECTED]> wrote
> I've written. After a code modification, is there an easy, quick way
> to
> refresh changed modules?
Look at the reload() function.
Alan G
___
Tutor maillist - Tutor@python.org
http://mail.python.org/m
Dear People
Silly question, I'm using Ipython and importing python modules which
I've written. After a code modification, is there an easy, quick way to
refresh changed modules?
I've googled for the solutions but the answers does not seem clear!
Andy
_