MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_expunge_all

Method test_expunge_all

test/orm/test_session.py:2480–2481  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2478 self._test_session().invalidate()
2479
2480 def test_expunge_all(self):
2481 self._test_session().expunge_all()
2482
2483 def test_expire_all(self):
2484 self._test_session().expire_all()

Callers

nothing calls this directly

Calls 2

_test_sessionMethod · 0.95
expunge_allMethod · 0.45

Tested by

no test coverage detected