Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ teardown_test
Method
teardown_test
test/engine/test_deprecations.py:364–366 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
362
__backend__ = True
363
364
def
teardown_test(self):
365
Engine.dispatch._clear()
366
Engine._has_events = False
367
368
def
_assert_stmts(self, expected, received):
369
list(received)
Callers
nothing calls this directly
Calls
1
_clear
Method · 0.45
Tested by
no test coverage detected