(self)
| 561 | lambda: self._box._dump_message(None, output)) |
| 562 | |
| 563 | def _get_lock_path(self): |
| 564 | # Return the path of the dot lock file. May be overridden. |
| 565 | return self._path + '.lock' |
| 566 | |
| 567 | |
| 568 | class TestMailboxSuperclass(TestBase, unittest.TestCase): |