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