Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ do_terminate
Method
do_terminate
lib/sqlalchemy/engine/default.py:846–847 ·
view source on GitHub ↗
(self, dbapi_connection)
Source
from the content-addressed store, hash-verified
844
dbapi_connection.commit()
845
846
def
do_terminate(self, dbapi_connection):
847
self.do_close(dbapi_connection)
848
849
def
do_close(self, dbapi_connection):
850
dbapi_connection.close()
Callers
nothing calls this directly
Calls
1
do_close
Method · 0.95
Tested by
no test coverage detected