MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __exit__

Method __exit__

lib/sqlalchemy/engine/base.py:237–238  ·  view source on GitHub ↗
(self, type_: Any, value: Any, traceback: Any)

Source from the content-addressed store, hash-verified

235 return self
236
237 def __exit__(self, type_: Any, value: Any, traceback: Any) -> None:
238 self.close()
239
240 @overload
241 def execution_options(

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected