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) ## Activation of AutoReload ## def activateAutoReload(self) def deactivateAutoReload(self) ## Restart methods ## def restartIfNecessary(self) def restart(self) def monitorNewModule(self, filepath, mtime=None) ## Internal methods ## def shouldRestart(self) def fileMonitorThreadLoop(self) def fileMonitorThreadLoopFAM(self, getmtime=os.path.getmtime)