Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __exit__
Method
__exit__
lib/sqlalchemy/engine/result.py:526–527 ·
view source on GitHub ↗
(self, type_: Any, value: Any, traceback: Any)
Source
from the content-addressed store, hash-verified
524
return
self
525
526
def
__exit__(self, type_: Any, value: Any, traceback: Any) -> None:
527
self.close()
528
529
def
close(self) -> None:
530
""
"Hard close this :
class
:`_engine.Result`.
Callers
1
__exit__
Method · 0.45
Calls
1
close
Method · 0.95
Tested by
no test coverage detected