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

Method __call__

thirdparty/bottle/bottle.py:1119–1121  ·  view source on GitHub ↗

Each instance of :class:'Bottle' is a WSGI application.

(self, environ, start_response)

Source from the content-addressed store, hash-verified

1117 return [tob(err)]
1118
1119 def __call__(self, environ, start_response):
1120 """ Each instance of :class:'Bottle' is a WSGI application. """
1121 return self.wsgi(environ, start_response)
1122
1123 def __enter__(self):
1124 """ Use this application as default for all module-level shortcuts. """

Callers

nothing calls this directly

Calls 1

wsgiMethod · 0.95

Tested by

no test coverage detected