MCPcopy Index your code
hub / github.com/python/cpython / test_flush

Method test_flush

Lib/test/test_mailbox.py:503–505  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

_test_flush_or_closeMethod · 0.95

Tested by

no test coverage detected