(self)
| 501 | self._template % "changed 2") |
| 502 | |
| 503 | def test_flush(self): |
| 504 | # Write changes to disk |
| 505 | self._test_flush_or_close(self._box.flush, True) |
| 506 | |
| 507 | def test_popitem_and_flush_twice(self): |
| 508 | # See #15036. |
nothing calls this directly
no test coverage detected