Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ teardown_test
Method
teardown_test
test/engine/test_reconnect.py:189–190 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
187
return
_pool
188
189
def
teardown_test(self):
190
self.dbapi.dispose()
191
192
def
test_ping_not_on_first_connect(self):
193
pool = self._pool_fixture(
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.45
Tested by
no test coverage detected