Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_invalidate
Method
test_invalidate
test/orm/test_session.py:2477–2478 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2475
self._test_session().close()
2476
2477
def
test_invalidate(self):
2478
self._test_session().invalidate()
2479
2480
def
test_expunge_all(self):
2481
self._test_session().expunge_all()
Callers
nothing calls this directly
Calls
2
_test_session
Method · 0.95
invalidate
Method · 0.45
Tested by
no test coverage detected