MCPcopy
hub / github.com/pyload/pyload / close

Method close

module/lib/bottle.py:625–629  ·  view source on GitHub ↗

Close the application and all installed plugins.

(self)

Source from the content-addressed store, hash-verified

623 self.hooks.trigger('app_reset')
624
625 def close(self):
626 ''' Close the application and all installed plugins. '''
627 for plugin in self.plugins:
628 if hasattr(plugin, 'close'): plugin.close()
629 self.stopped = True
630
631 def match(self, environ):
632 """ Search for a matching route and return a (:class:`Route` , urlargs)

Callers 15

get_sourceFunction · 0.45
compile_jsFunction · 0.45
makepotFunction · 0.45
writePidFileMethod · 0.45
checkPidFileMethod · 0.45
startMethod · 0.45
removeLoggerMethod · 0.45
deamonFunction · 0.45
onCharMethod · 0.45
processCommandMethod · 0.45
slotAddContainerMethod · 0.45
getLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected