(self)
| 2481 | self._test_session().expunge_all() |
| 2482 | |
| 2483 | def test_expire_all(self): |
| 2484 | self._test_session().expire_all() |
| 2485 | |
| 2486 | def test_rollback(self): |
| 2487 | sess = self._test_session(expire_on_commit=True) |
nothing calls this directly
no test coverage detected