MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / run

Method run

thirdparty/bottle/bottle.py:3637–3640  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

3635
3636class FlupFCGIServer(ServerAdapter):
3637 def run(self, handler): # pragma: no cover
3638 import flup.server.fcgi
3639 self.options.setdefault('bindAddress', (self.host, self.port))
3640 flup.server.fcgi.WSGIServer(handler, **self.options).run()
3641
3642
3643class WSGIRefServer(ServerAdapter):

Callers

nothing calls this directly

Calls 2

setdefaultMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected