Home | History | Annotate | Download | only in python2.7

Lines Matching refs:reload

34 module, as well as interfaces to reload and unload a module.  It also
36 default __import__ and reload (and unload) functions.
49 would also do wise to install a different version of reload().
371 def reload(self, module, path = None):
375 raise ImportError, "Module %s not found for reload" % name
384 self.save_reload = __builtin__.reload
389 __builtin__.reload = self.reload
394 __builtin__.reload = self.save_reload
534 def reload(self, module):