MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_flush

Method test_flush

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

Source from the content-addressed store, hash-verified

500 self._template % "changed 2")
501
502 def test_flush(self):
503 # Write changes to disk
504 self._test_flush_or_close(self._box.flush, True)
505
506 def test_popitem_and_flush_twice(self):
507 # See #15036.

Callers

nothing calls this directly

Calls 1

_test_flush_or_closeMethod · 0.95

Tested by

no test coverage detected