(self)
| 555 | lambda: self._box._dump_message(None, output)) |
| 556 | |
| 557 | def _get_lock_path(self): |
| 558 | # Return the path of the dot lock file. May be overridden. |
| 559 | return self._path + '.lock' |
| 560 | |
| 561 | |
| 562 | class TestMailboxSuperclass(TestBase, unittest.TestCase): |