You can also browse the complete source file or the generated documentation.
class AutoReloadingAppServer(AppServer): ## Init ## def __init__(self,path=None) def defaultConfig(self) def shutDown(self) ## Activatation of AutoReload ## def activateAutoReload(self) def deactivateAutoReload(self) ## Restart methods ## def restartIfNecessary(self) def restart(self) def monitorNewModule(self, filepath, mtime) ## Internal methods ## def shouldRestart(self) def fileMonitorThreadLoop(self) def fileUpdated(self, filename, mtime, getmtime=os.path.getmtime) def fileMonitorThreadLoopFAM(self, getmtime=os.path.getmtime)