Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ assert_all_closed
Method
assert_all_closed
lib/sqlalchemy/testing/engines.py:182–185 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
180
self._drop_testing_engines(scope)
181
182
def
assert_all_closed(self):
183
for
rec in self.proxy_refs:
184
if
rec.is_valid:
185
assert False
186
187
188
testing_reaper = ConnectionKiller()
Callers
3
_test_overflow
Method · 0.95
_assert_no_stray_pool_connections
Function · 0.80
assert_conns_closed
Function · 0.80
Calls
no outgoing calls
Tested by
1
_test_overflow
Method · 0.76