Developing and testing modules live

Patrick Phalen python-list at teleo.net
Mon Oct 18 02:53:43 EDT 1999


[Nolan Darilek, on Sun, 17 Oct 1999]:
:: Is there a way to quickly reread the module without restarting?

Sounds like a job for the reload builtin, as in

>> reload(test)

Be aware that reloading only reloads the particular module's file, not
any other modules that the reloaded file happened to import.




More information about the Python-list mailing list