reload

Jerome Chan eviltofu at rocketmail.com
Wed Mar 15 21:28:02 EST 2000


What would happen if a module tried reloading itself?

#

if check_updates(address):
   get_updates(address)
   reload(this_module)

where would the execution flow proceed after that? I'm trying to make a 
self updating library...



More information about the Python-list mailing list