MCPcopy
hub / github.com/pallets/flask / __exit__

Method __exit__

src/flask/ctx.py:278–284  ·  view source on GitHub ↗
(
        self,
        exc_type: type | None,
        exc_value: BaseException | None,
        tb: TracebackType | None,
    )

Source from the content-addressed store, hash-verified

276 return self
277
278 def __exit__(
279 self,
280 exc_type: type | None,
281 exc_value: BaseException | None,
282 tb: TracebackType | None,
283 ) -> None:
284 self.pop(exc_value)
285
286
287class RequestContext:

Callers

nothing calls this directly

Calls 1

popMethod · 0.95

Tested by

no test coverage detected