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

Method run

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

Source from the content-addressed store, hash-verified

3817 """ Untested. """
3818
3819 def run(self, handler):
3820 depr(0, 13, "Diesel is not tested or supported and will be removed.")
3821 from diesel.protocols.wsgi import WSGIApplication
3822 app = WSGIApplication(handler, port=self.port)
3823 app.run()
3824
3825
3826class GeventServer(ServerAdapter):

Callers

nothing calls this directly

Calls 2

deprFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected