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

Method __exit__

thirdparty/bottle/bottle.py:1128–1129  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

1126 return self
1127
1128 def __exit__(self, exc_type, exc_value, traceback):
1129 default_app.pop()
1130
1131 def __setattr__(self, name, value):
1132 if name in self.__dict__:

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected