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

Method __enter__

thirdparty/bottle/bottle.py:1123–1126  ·  view source on GitHub ↗

Use this application as default for all module-level shortcuts.

(self)

Source from the content-addressed store, hash-verified

1121 return self.wsgi(environ, start_response)
1122
1123 def __enter__(self):
1124 """ Use this application as default for all module-level shortcuts. """
1125 default_app.push(self)
1126 return self
1127
1128 def __exit__(self, exc_type, exc_value, traceback):
1129 default_app.pop()

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected