MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / close

Method close

thirdparty/bottle/bottle.py:843–846  ·  view source on GitHub ↗

Close the application and all installed plugins.

(self)

Source from the content-addressed store, hash-verified

841 self.trigger_hook('app_reset')
842
843 def close(self):
844 """ Close the application and all installed plugins. """
845 for plugin in self.plugins:
846 if hasattr(plugin, 'close'): plugin.close()
847
848 def run(self, **kwargs):
849 """ Calls :func:`run` with the same parameters. """

Callers 8

__negotiatesocks5Method · 0.45
__negotiatesocks4Method · 0.45
__negotiatehttpMethod · 0.45
create_connectionFunction · 0.45
uninstallMethod · 0.45
wsgiMethod · 0.45
closeMethod · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected