(self)
| 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() |
nothing calls this directly
no test coverage detected