Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ do_close
Method
do_close
test/engine/test_pool.py:399–401 ·
view source on GitHub ↗
(self, dbapi_connection)
Source
from the content-addressed store, hash-verified
397
dbapi_connection.commit()
398
399
def
do_close(self, dbapi_connection):
400
canary.append(
"CL"
)
401
dbapi_connection.close()
402
403
def
get_driver_connection(self, connection):
404
return
connection
Callers
nothing calls this directly
Calls
2
append
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected